Open
Bug 1848322
Opened 2 years ago
Updated 1 year ago
Make WellKnownAtomId public
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
ASSIGNED
People
(Reporter: arai, Assigned: arai)
References
(Depends on 1 open bug, Blocks 4 open bugs)
Details
(Whiteboard: [sp3])
Attachments
(2 files)
Using WellKnownAtomId in JSPropertySpec/JSFunctionSpec, and some other places should improve the startup performance.
| Assignee | ||
Comment 1•2 years ago
|
||
In order to expose js::WellKnownAtomId as part of JSPropertySpec::Name,
the underlying data source in CommonPropertyNames.h also needs to be exposed.
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D186330
Updated•2 years ago
|
Whiteboard: [sp3]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-521
Updated•2 years ago
|
Attachment #9349162 -
Attachment description: WIP: Bug 1848322 - Part 1: Move CommonPropertyNames.h into js/public/friend. r?jandem! → Bug 1848322 - Part 1: Move CommonPropertyNames.h into js/public/friend. r?jandem!
Updated•2 years ago
|
Attachment #9349163 -
Attachment description: WIP: Bug 1848322 - Part 2: Move WellKnownAtomId into js/public/WellKnownAtomId.h. r?jandem! → Bug 1848322 - Part 2: Move WellKnownAtomId into js/public/WellKnownAtomId.h. r?jandem!
You need to log in
before you can comment on or make changes to this bug.
Description
•