Closed
Bug 995200
Opened 11 years ago
Closed 11 years ago
Enable strict mode for self-hosted code in opt builds, too
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: till, Assigned: till)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
With bug 690446 fixed, strict mode should be as fast as non-strict. Time to enable it for all self-hosted code in opt builds, too.
In hindsight I'm embarrassed I ever thought it was a good idea to only enable this in debug mode, as it leads to differences in behavior that could well cause hard-to-debug issues.
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8405400 -
Flags: review?(jorendorff)
Comment 2•11 years ago
|
||
Comment on attachment 8405400 [details] [diff] [review]
Enable strict mode for self-hosted code in opt builds, too
Review of attachment 8405400 [details] [diff] [review]:
-----------------------------------------------------------------
yay!
Attachment #8405400 -
Flags: review?(jorendorff) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•