Closed
Bug 1635109
Opened 5 years ago
Closed 5 years ago
Cleanups in JS::CompileOptions
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla78
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
Details
Attachments
(2 files)
There are a few more options that should be moved to the TransitiveCompileOptions and some basic dead code removal.
| Assignee | ||
Updated•5 years ago
|
Priority: P1 → P3
| Assignee | ||
Comment 1•5 years ago
|
||
The nonSyntacticScope and skipFilenameValidation options do not vary
throughout compilation so they should be TransitiveCompileOptions.
| Assignee | ||
Comment 2•5 years ago
|
||
Remove (unused) ability to clone TransitiveCompileOptions& since we now
expect these options to no long vary within a compilation. The only cloning
of CompileOptions should be of the complete ReadOnlyCompileOptions set in
order to make adjustments before the compile starts.
Depends on D73694
| Assignee | ||
Updated•5 years ago
|
Severity: -- → N/A
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0cbe127cb0cc
Move more options to TransitiveCompileOptions. r=caroline
https://hg.mozilla.org/integration/autoland/rev/fc86233b13b7
Cleanup CompileOptions constructors. r=caroline
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0cbe127cb0cc
https://hg.mozilla.org/mozilla-central/rev/fc86233b13b7
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•