Closed
Bug 885112
Opened 12 years ago
Closed 12 years ago
IonMonkey: MFunctionEnvironment should be movable and alias nothing
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: djvj, Unassigned)
Details
Attachments
(1 file)
|
973 bytes,
patch
|
h4writer
:
review+
|
Details | Diff | Splinter Review |
A function's environment object should never change. MFunctionEnvironment should be movable and subject to LICM.
| Reporter | ||
Comment 1•12 years ago
|
||
This improves the performance a compiled forEach with an inlined, scope-using callback, by 7%.
Attachment #765073 -
Flags: review?(hv1989)
Updated•12 years ago
|
Attachment #765073 -
Flags: review?(hv1989) → review+
| Reporter | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•