Closed
Bug 1720423
Opened 3 years ago
Closed 3 years ago
Pass CompilationAtomCache instead of CompilationInput when the entire input isn't necessary
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Some instantiation function receives CompilationInput
, but uses only atomCache
field.
it's better passing atomCache
reference, to clarify the dependency.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/8e011d19da83
Pass CompilationAtomCache to instantiation functions. r=nbp
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•