Closed
Bug 1533196
Opened 6 years ago
Closed 6 years ago
Remove JSScript::FunHasAnyAliasedFormal flag
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
Details
Attachments
(1 file)
This is currently only consumed by jit::AnalyzeArgumentsUsage and can be directly recomputed from the Scope so it is silly to have a BCE-time flag.
Assignee | ||
Comment 1•6 years ago
|
||
This flag is only used by IonAnalysis and rarely so it should be
computed there instead of in all script/function code paths.
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/26d4249db1c7
Remove JSScript::FunHasAnyAliasedFormal flag r=jandem
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•