Closed
Bug 1760333
Opened 3 years ago
Closed 3 years ago
Add dump function to CompilationInput.
Categories
(Core :: JavaScript Engine, task, P5)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: nbp, Assigned: nbp)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This is helpful when comparing differences between on-demand, full-parse and concurrent delazification.
Assignee | ||
Comment 1•3 years ago
|
||
This patch adds the ability to dump most of the content of CompilationInput.
To avoid adding extra dependencies in CompileOptions.h, a method named
dumpWith
is added, and uses a template parameter to let the caller implement
what has to be done for each fields, with the expectation that C++ overloading
would be used to distinguish between the various types.
Pushed by npierron@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f76d219e3ee3
Add CompilationInput::dump function. r=arai
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•