Open
Bug 1803803
Opened 2 years ago
Updated 6 months ago
[meta] JS Perf Experiments - Atoms and Strings
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: tcampbell, Unassigned)
References
(Depends on 19 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
Metabug for experiments related to the performance of JSAtoms in the engine. This includes the performance of atomization itself as well as revisiting when atoms should be used. This also includes related issues around non-atom strings since there is a lot of overlap.
Atomization performance is also involved in our megamorphic property behaviour in React applications since we need atoms for property lookups.
Updated•2 years ago
|
Summary: JS Perf Experiments - Atomization → [meta] JS Perf Experiments - Atomization
Updated•2 years ago
|
Priority: -- → P3
Reporter | ||
Updated•2 years ago
|
Summary: [meta] JS Perf Experiments - Atomization → [meta] JS Perf Experiments - Atoms and Strings
Reporter | ||
Updated•2 years ago
|
Whiteboard: [sp3:p1]
Comment 1•2 years ago
|
||
This is the area we/I believe are relevant to speedometer and worth a narrow focus on, setting priority to P1
Severity: -- → N/A
Priority: P3 → P1
Updated•2 years ago
|
Whiteboard: [sp3:p1] → [sp3-p1]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-9
Updated•2 years ago
|
See Also: https://mozilla-hub.atlassian.net/browse/SP3-9 →
Whiteboard: [sp3-p1]
You need to log in
before you can comment on or make changes to this bug.
Description
•