Closed
Bug 1348850
Opened 8 years ago
Closed 5 years ago
Add an IC stub for adding the first expando property to unboxed objects
Categories
(Core :: JavaScript Engine: JIT, enhancement, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
INVALID
Performance Impact | low |
People
(Reporter: jandem, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf)
Bug 1328140 regressed Octane-box2d. I think the reason is a pre-existing performance cliff from unboxed objects: the ICs don't attach a stub when adding the first expando property.
Updated•8 years ago
|
Whiteboard: [qf]
Comment 1•8 years ago
|
||
Hey jan, does this bug have a big impact on speedometer? Any way to find out.
Flags: needinfo?(jdemooij)
Updated•8 years ago
|
Whiteboard: [qf] → [qf:investigate]
Updated•8 years ago
|
Whiteboard: [qf:investigate] → [qf:p3]
Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Kannan Vijayan [:djvj] from comment #1)
> Hey jan, does this bug have a big impact on speedometer?
Not that I know of. It does affect Octane-box2d and it's just one of these perf cliffs that can show up anywhere so we should fix it at some point.
Flags: needinfo?(jdemooij)
Priority: P1 → P2
Comment 3•5 years ago
|
||
No longer valid because unboxed objects have been removed.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
Updated•3 years ago
|
Performance Impact: --- → P3
Whiteboard: [qf:p3]
You need to log in
before you can comment on or make changes to this bug.
Description
•