Closed Bug 902317 Opened 11 years ago Closed 11 years ago

Make builders use -fp:fast safely on MSVC2010+

Categories

(Firefox Build System :: General, defect)

x86_64
Windows 8
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: xunxun1982, Unassigned)

Details

Attachments

(1 file)

MSVC -fp:fast can improve firefox's some performance, and can make some VC functions intrinsic, but some modules can not be built using -fp:fast because of problems.

The patch can make the modules avoid to use -fp:fast.

I only test the patch on MSVC2010.

Because MSVC2005's -fp:fast is much more aggressive than MSVC2010, I suggest not to use -fp:fast on MSVC2005.
Floating point precision is not something I'd consider worth trading performance for. We've had rounding errors build up in the past, and that would surely make things worse. I'm convinced this would break at least some reftests.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: