Closed Bug 1683273 Opened 3 years ago Closed 3 years ago

Move pointer out of ScopeStencil, make ScopeStencil packed, and encode at once

Categories

(Core :: JavaScript Engine, task, P1)

task

Tracking

()

RESOLVED FIXED
86 Branch
Tracking Status
firefox86 --- fixed

People

(Reporter: arai, Assigned: arai)

References

Details

Attachments

(2 files)

ScopeStencil contains pointer, and cannot be directly encoded,
but non-pointer part can be moved into new packed struct and encoded/decoded at once.

or perhaps we can move BaseParserScopeData pointers into a new vector in CompilationStencil.
so that the entire non-pointer part can be encoded at once.

Summary: Move non-pointer part of ScopeStencil into packed struct and encode at once → Move pointer out of ScopeStencil, make ScopeStencil packed, and encode at once
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/83132efdb223
Part 1: Move BaseParserScopeData* field out of ScopeStencil. r=nbp
https://hg.mozilla.org/integration/autoland/rev/b35b806dc78c
Part 2: Make ScopeStencil packed and encode at once. r=nbp
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: