Closed
Bug 1649887
Opened 5 years ago
Closed 5 years ago
Move more handler code in HelperThread::handleWorkload into runTask()
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: allstars.chh, Assigned: allstars.chh)
Details
Attachments
(3 files)
Like Bug 1628204 we should move more code in HelperThread::handleWorkload into runTask to simply the task handling code.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by allstars.chh@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/1fff429cd7f3
Part 1: Add wasm::Tier2Generator::runTaskLocked. r=jonco
https://hg.mozilla.org/integration/autoland/rev/fa7c79ecf579
Part 2: Add ParseTask::runTaskLocked. r=jonco
https://hg.mozilla.org/integration/autoland/rev/43d3bb9c0c6c
Part 3: Add IonCompileTask::runTaskLocked. r=jonco
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1fff429cd7f3
https://hg.mozilla.org/mozilla-central/rev/fa7c79ecf579
https://hg.mozilla.org/mozilla-central/rev/43d3bb9c0c6c
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•