Closed
Bug 1636794
Opened 4 years ago
Closed 4 years ago
Avoid running publishDeferredFunctions for Reflect.parse
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
Details
Attachments
(1 file)
We've now deferred parsing past end end of parsing and the Reflect.parse
mechanism now works without allocating gc-things.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/80b6d5e38a62
Reflect.parse no longer needs to allocate gc-things. r=mgaudet
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 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
•