Closed
Bug 836953
Opened 12 years ago
Closed 12 years ago
BaselineCompiler: Don't emit multiple ICSetElem_Dense stubs with the same shape+type
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: djvj, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.69 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
We often generate multiple SetElem_Dense stubs for the same shape+type combinations when we fall back because of a bounds check or hole check failure.
Check the chain so that we don't generate more than one of these stubs.
Reporter | ||
Comment 1•12 years ago
|
||
Attachment #708832 -
Flags: review?(jdemooij)
Updated•12 years ago
|
Attachment #708832 -
Flags: review?(jdemooij) → review+
Reporter | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Can this be marked FIXED?
Reporter | ||
Comment 4•12 years ago
|
||
Yeah. Just waiting on TBPL before closing.
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
•