Closed Bug 1676821 Opened 4 years ago Closed 4 years ago

Reduce FuntionMap size in CompilationInfoVector

Categories

(Core :: JavaScript Engine, task, P1)

task

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.

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
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: