Closed
Bug 1681336
Opened 5 years ago
Closed 5 years ago
Implement Warp Compiled Generators
Categories
(Core :: JavaScript Engine: JIT, enhancement, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(3 files)
Using the same techniques in Bug 1680602 we can also support Generator functions in Warp.
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Updated•5 years ago
|
Priority: -- → P1
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D99115
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D99692
| Assignee | ||
Comment 4•5 years ago
|
||
(Marking leave open, as we're landing in a disabled state)
Keywords: leave-open
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/faa927ed07ff
Support Generators in Warp r=iain
https://hg.mozilla.org/integration/autoland/rev/791f25ea113e
Implement ThrowMsg and ResumeKind in Warp, adding support for `yield*` r=iain
https://hg.mozilla.org/integration/autoland/rev/1b3cd56bc7db
Disable Warp compiled Generator Functions by default r=iain
| Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Summary: Warp Compile Generators → Implement Warp Compiled Generators
Comment 6•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/faa927ed07ff
https://hg.mozilla.org/mozilla-central/rev/791f25ea113e
https://hg.mozilla.org/mozilla-central/rev/1b3cd56bc7db
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•