Closed
Bug 1592106
Opened 5 years ago
Closed 4 years ago
Do JSScript::fullyInitFromEmitter on the main thread to avoid having to create the ParserRealm
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1662102
People
(Reporter: mgaudet, Unassigned)
References
Details
Once all of our GC object allocation is centralized in JSScript::fullyInitFromEmitter, we should be able to move that step on to the main thread.
At that point we should be allocating all our objects in their destination realm, which will allow us to subsequently remove the parse realm, and mergeRealms code.
Updated•5 years ago
|
Priority: -- → P2
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•