Open
Bug 1811467
Opened 2 years ago
Updated 2 years ago
[meta] JS Perf Experiments - Immutable Objects
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: tcampbell, Unassigned)
References
(Depends on 4 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
The typical guidance to new JS devs when working with frameworks similar to React is to make use of immutable data structures and do a lot of cloning. We should investigate how SpiderMonkey performs here and see if there are new fast-paths or elisions we can do.
Updated•2 years ago
|
Priority: -- → P3
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-21
Updated•2 years ago
|
See Also: https://mozilla-hub.atlassian.net/browse/SP3-21 →
Whiteboard: [sp3-p1]
You need to log in
before you can comment on or make changes to this bug.
Description
•