Closed
Bug 981522
Opened 11 years ago
Closed 11 years ago
Revert bug 942804 in Aurora
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: wingo, Assigned: wingo)
Details
Attachments
(1 file)
1007 bytes,
patch
|
jandem
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Bug 942804 introduced Ion compilation for unaliased "let" bindings. However this exposed bug 956166, a crasher, solved in bug 980263. However, the bug managed to catch the Firefox 29 train.
I propose that we revert bug 942804 in aurora.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → wingo
Assignee | ||
Updated•11 years ago
|
Attachment #8388381 -
Flags: review?(jdemooij)
Updated•11 years ago
|
status-firefox29:
--- → affected
tracking-firefox29:
--- → ?
Comment 2•11 years ago
|
||
Comment on attachment 8388381 [details] [diff] [review]
Disable Ion-compilation of unalised let-bindings in Aurora
Review of attachment 8388381 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8388381 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8388381 [details] [diff] [review]
Disable Ion-compilation of unalised let-bindings in Aurora
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Bug 942804
User impact if declined: Crashers in Ion (e,g. bug 956166)
Testing completed (on m-c, etc.): Ran test-case in bug 956166
Risk to taking this patch (and alternatives if risky): Very low; it just disables something in Ion.
String or IDL/UUID changes made by this patch: None.
Attachment #8388381 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #8388381 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 4•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
status-firefox30:
--- → wontfix
Target Milestone: --- → mozilla29
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•