Closed
Bug 1677184
Opened 5 years ago
Closed 5 years ago
Remove is-likely-constructor-wrapper optimization from JS Parser/Emitter
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
85 Branch
| Tracking | Status | |
|---|---|---|
| firefox85 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The IsLikelyConstructorWrapper flag was used to influence TI parameters. With TI being removed in Bug 1673553, we can remove this machinery.
| Assignee | ||
Comment 1•5 years ago
|
||
This is unused now that TypeInference is disabled and can be removed.
Depends on D97030
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1b438994fb7f
Remove IsLikelyConstructorWrapper optimization. r=jandem
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•