Closed
Bug 1501865
Opened 6 years ago
Closed 6 years ago
Migrate IsSuspendedGenerator Call IC stub to CacheIR
Categories
(Core :: JavaScript Engine: JIT, enhancement, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: iain, Assigned: iain)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Many of our ICs have been converted to CacheIR. One of the major remaining areas to convert is call ICs. This bug will track that work.
The initial plan is to add coarse opcodes to CacheIR which wrap up most of the existing functionality, and then refactor as common tasks become obvious.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by iireland@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6c8636acf2cd
Migrate IsSuspendedGenerator to CacheIR r=mgaudet
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Comment 4•6 years ago
|
||
(Renaming to better reflect what happened. Separate bug for each stub you convert probably makes sense to keep things organized especially considering the upcoming merge.)
Summary: Migrate call ICs to CacheIR → Migrate IsSuspendedGenerator Call IC stub to CacheIR
You need to log in
before you can comment on or make changes to this bug.
Description
•