Closed
Bug 1676821
Opened 4 years ago
Closed 4 years ago
Reduce FuntionMap size in CompilationInfoVector
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
FunctionMap doesn't have to contain entry for not-delazified functions.
Assignee | ||
Comment 1•4 years ago
|
||
CompilationInfoVector::buildDelazificationIndexVector builds a map
from delazified function's key to its index in the delazifications vector,
and then build a vector that maps delazification to FunctionIndex.
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/6986bc894e8a
Use vector to map delazified function to function index. r=tcampbell
![]() |
||
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•