Closed
Bug 430617
Opened 16 years ago
Closed 15 years ago
optimized jsshell should use the same jsinterp.c options as the browser
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: igor, Assigned: igor)
References
Details
Attachments
(1 file, 1 obsolete file)
643 bytes,
patch
|
igor
:
review+
|
Details | Diff | Splinter Review |
Currently a non-debug browser build uses -O3 -fstrict-aliasing when compiling jsinterp.c with GCC while an optimized build of the shell still sets INTERP_OPTIMIZER to -Os. To minimize differences between the shell and the browser it would be nice to set when compiling the shell INTERP_OPTIMIZER also to "-O3 -fstrict-aliasing". The attached patch does exactly that.
Attachment #317477 -
Flags: review?(mrbkap)
Comment 1•15 years ago
|
||
Comment on attachment 317477 [details] [diff] [review] v1 Yikes, sorry this fell through the cracks.
Attachment #317477 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 2•15 years ago
|
||
The new version syncs the patch with trunk changes.
Attachment #317477 -
Attachment is obsolete: true
Attachment #328455 -
Flags: review+
Assignee | ||
Comment 3•15 years ago
|
||
fixed: http://hg.mozilla.org/mozilla-central/index.cgi/rev/c91b477f79b7
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Flags: in-testsuite-
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•