Closed
Bug 593116
Opened 14 years ago
Closed 14 years ago
Use -fomit-frame-pointer when compiling jsinterp.c
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: justin.lebar+bug, Assigned: justin.lebar+bug)
Details
Attachments
(1 file)
(deleted),
patch
|
ted
:
review+
sayrer
:
approval2.0+
|
Details | Diff | Splinter Review |
js/src/Makefile.in explicitly sets the flags for jsinterp.c to
-O3 -fstrict-aliasing
when using GCC. But the MODULE_OPTIMIZE_FLAGS are set to
-O3 -fstrict-aliasing -fomit-frame-pointer $(MOZ_OPTIMIZE_SIZE_TWEAK),
which seems much better.
Assignee | ||
Comment 1•14 years ago
|
||
I may fix this in Bug 592923, unless there are objections.
Assignee | ||
Comment 2•14 years ago
|
||
Fix up in bug 592923.
Assignee | ||
Comment 3•14 years ago
|
||
Here's the stand-alone patch for this that I probably should have written in the first place.
Attachment #474140 -
Flags: review?(ted.mielczarek)
Comment 4•14 years ago
|
||
dvander measured and said this *might* be a 1-2% win on V8.
What does "might" mean?
Assignee | ||
Comment 6•14 years ago
|
||
(In reply to comment #5)
> What does "might" mean?
Probably that there's too much variance to really tell.
I'm pushing to try now.
Comment 7•14 years ago
|
||
(In reply to comment #5)
> What does "might" mean?
Statistical significance.
Assignee | ||
Comment 8•14 years ago
|
||
I'm happy to land this if we get approval.
Comment 9•14 years ago
|
||
Comment on attachment 474140 [details] [diff] [review]
Patch v1
I think I ignored this because you had it patched elsewhere, but this is good.
Attachment #474140 -
Flags: review?(ted.mielczarek) → review+
Updated•14 years ago
|
Assignee: nobody → justin.lebar+bug
Assignee | ||
Updated•14 years ago
|
Attachment #474140 -
Flags: approval2.0?
Assignee | ||
Comment 10•14 years ago
|
||
This looks good on try.
Updated•14 years ago
|
Attachment #474140 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 11•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•