Closed
Bug 1261080
Opened 10 years ago
Closed 5 years ago
Improve MLoadUnboxedObjectOrNull::mightAlias
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
INVALID
People
(Reporter: h4writer, Unassigned)
Details
Attachments
(1 file)
|
2.41 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Comment 1•10 years ago
|
||
| Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8736722 [details] [diff] [review]
Patch
Review of attachment 8736722 [details] [diff] [review]:
-----------------------------------------------------------------
Off course every isLoadXXX should be isStoreXXX
This causes a deltablue regression, since we now replace the load with the store, but increase the lifeness of what was stored in the store
Comment 3•5 years ago
|
||
No longer valid, MLoadUnboxedObjectOrNull has been removed.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•