Open
Bug 1654599
Opened 5 years ago
Updated 5 months ago
Consider making ScriptSourceObject background finalizable
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: tcampbell, Unassigned)
References
(Blocks 3 open bugs)
Details
This finalizer is a non-trivial portion of foreground finalization work in some cases.
We should investigate making this background finalizable. There is a bit of existing cleverness with the source compression tasks and the incremental-xdr (which will be removed in Bug 1586771), but it may be possible to solve these.
Reporter | ||
Comment 1•5 years ago
|
||
One of the remaining this is an embedding hook which might make this less possible.
https://searchfox.org/mozilla-central/rev/dcd9c2d2bc19d96d487825eb70c2333a4d60994e/dom/script/LoadedScript.cpp#80-88
Updated•5 years ago
|
Severity: -- → N/A
Type: task → enhancement
Priority: -- → P3
Updated•5 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•