Closed
Bug 267576
Opened 21 years ago
Closed 21 years ago
--enable-quantify configure option should imply /OPT:NOICF
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
826 bytes,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
The ICF optimization in the MSVC linker allows it to point identical methods at
the same address, which is a code size savings. However, this is bad for
Quantify, since you don't know which of the methods was actually called. So I
think we should turn this optimization off when using --enable-quantify.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #164500 -
Flags: review?(dbaron)
Brendan might want this off unconditionally -- I remember him complaining about
function pointer equality a while back -- I'm not sure how he solved the bug in
question.
Attachment #164500 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 3•21 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•