Closed
Bug 1662274
Opened 4 years ago
Closed 4 years ago
Support Incremental-XDR of Stencil structures
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: tcampbell, Assigned: arai)
References
Details
Attachments
(1 file, 1 obsolete file)
The Incremental XDR encoder has a hook that is called each time a function is delazified during execution. This hook may then transcode the delazified function so that it's bytecode can be added to the cache.
We need a similar system that transcode's the stencil instead. Note that most of the BaseScript data is already in the initial data, so we can be careful and generate only a minimal vector updates. These updates would then be captured when FinishIncrementalEncoding
happens. For the stencil case we do not require the full AutoXDRTree system as a result.
Hopefully this can remain controlled by the javascript.options.useOffThreadParseGlobal
pref for a little while.
Reporter | ||
Updated•4 years ago
|
Assignee: nobody → tcampbell
Assignee | ||
Comment 1•4 years ago
|
||
stealing :)
the prototype is almost working locally.
Assignee: tcampbell → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D90584
Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Attachment #9176324 -
Attachment is obsolete: true
Assignee | ||
Updated•4 years ago
|
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/45a9bf6ab964
Support incremental XDR encoding of stencil. r=tcampbell
Comment 5•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•