Closed
Bug 1619002
Opened 5 years ago
Closed 5 years ago
Cleanup Remainder of Eager allocation in frontend
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(2 files)
Now that we do deferred allocation by default, we should be able to cleanup a number of places where we still have old support for eager allocation:
- BigIntLiteral
- RegExpLiteral
- GCThingsList (various append calls have eager support in them)
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D64830
Assignee | ||
Comment 3•5 years ago
|
||
Mark leave-open until we can remove the RegExp stuff too.
Keywords: leave-open
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/29b4acd088ba
Remove eager allocation support for BigIntLiterals r=caroline
https://hg.mozilla.org/integration/autoland/rev/fb37eb89401b
Remove emitObjectOp, which is no longer used r=caroline
Comment 5•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Priority: -- → P1
Assignee | ||
Comment 6•5 years ago
|
||
Remaining cleanup I had been thinking about was removed by 1619001
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•