Closed
Bug 1385268
Opened 8 years ago
Closed 5 years ago
Add megamorphic stubs for getting unboxed object properties
Categories
(Core :: JavaScript Engine: JIT, enhancement, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
INVALID
People
(Reporter: jandem, Unassigned)
References
(Blocks 2 open bugs)
Details
We have these for native objects (we call GetNativeDataProperty and GetNativeDataPropertyByValue).
Speedometer, at least the Inferno test, would benefit from a similar stub for unboxed objects. I don't know if these are unboxed object properties or expando properties, we probably want to support both.
Updated•7 years ago
|
Priority: -- → P2
Comment 1•5 years ago
|
||
No longer valid because unboxed objects have 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
•