Open
Bug 1750942
(Watchtower)
Opened 3 years ago
Updated 1 year ago
[meta] Optimize certain object operations better (Watchtower)
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: jandem, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: meta)
There are some cases where property accesses are still slower than we'd like:
- Megamorphic property accesses
- Global name accesses (for instance ICs turning megamorphic after resolving new global names triggers shape changes)
- Frequently accessed (or shape-guarded) built-in prototypes
We'd like to add a small "framework" based around ObjectFlags, to let us optimize these operations better.
Updated•3 years ago
|
Summary: Optimize certain object operations better (Watchtower) → [meta] Optimize certain object operations better (Watchtower)
Updated•3 years ago
|
Blocks: sm-opt-jits
Comment 1•3 years ago
|
||
PERF key word?
Updated•2 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•