Closed
Bug 841469
Opened 12 years ago
Closed 12 years ago
BaselineCompiler: Fix arrayWriteHole behaviour on SETELEM
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: djvj, Assigned: djvj)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
855 bytes,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
SETELEM IC doesn't currently set arrayWriteHole flag in situations where it should. Fix.
This is suspected to be affecting ss-access-nsieve and ss-3d-morph.. probably others.
Assignee | ||
Updated•12 years ago
|
Assignee: general → kvijayan
Assignee | ||
Comment 1•12 years ago
|
||
Once bug 841499 lands, this change will enable using the new SetObjectElement variant from baseline, fixing bug.
Attachment #714077 -
Flags: review?(jdemooij)
Comment 2•12 years ago
|
||
Comment on attachment 714077 [details] [diff] [review]
Patch.
Review of attachment 714077 [details] [diff] [review]:
-----------------------------------------------------------------
Nice.
Attachment #714077 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•