Closed
Bug 1561925
Opened 5 years ago
Closed 5 years ago
Implement remaining interpreter-specific BaselineCodeGen methods
Categories
(Core :: JavaScript Engine: JIT, task, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
Now that the JSScript data refactoring is done (bug 1471062 and bug 1535154) we can implement the missing pieces.
Assignee | ||
Updated•5 years ago
|
Type: defect → task
Assignee | ||
Comment 1•5 years ago
|
||
After the recent script data changes we can now read objects/scopes/bigints and resume offsets
from JIT code.
Updated•5 years ago
|
Priority: -- → P1
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/01f4651b1ca8
Implement remaining interpreter-specific BaselineCodeGen methods. r=tcampbell
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•