Closed
Bug 1759438
Opened 4 years ago
Closed 4 years ago
Remove some dead code for helper thread contexts
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
100 Branch
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
Details
Attachments
(6 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
Depends on D140945
| Assignee | ||
Comment 3•4 years ago
|
||
Depends on D140946
| Assignee | ||
Comment 4•4 years ago
|
||
Depends on D140947
| Assignee | ||
Comment 5•4 years ago
|
||
Depends on D140948
| Assignee | ||
Comment 6•4 years ago
|
||
Depends on D140949
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/df94c0b1af07
part 1 - Remove helper thread code from nursery (re)allocation. r=jonco
https://hg.mozilla.org/integration/autoland/rev/9e30444d3b3d
part 2 - Remove helper thread code from ToNumberSlow and ToNumericSlow. r=jonco
https://hg.mozilla.org/integration/autoland/rev/bce57b8300ec
part 3 - Remove helper thread code from FreeDigits and FreeSlots. r=jonco
https://hg.mozilla.org/integration/autoland/rev/b22e4aefba08
part 4 - Remove helper thread code from EnqueueOffThreadCompression. r=jonco
https://hg.mozilla.org/integration/autoland/rev/7d1a3585a3fe
part 5 - Remove helper thread code for object metadata. r=jonco
https://hg.mozilla.org/integration/autoland/rev/e497b8e6dc2f
part 6 - Remove helper thread code from JSRope::flatten. r=jonco
Comment 8•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/df94c0b1af07
https://hg.mozilla.org/mozilla-central/rev/9e30444d3b3d
https://hg.mozilla.org/mozilla-central/rev/bce57b8300ec
https://hg.mozilla.org/mozilla-central/rev/b22e4aefba08
https://hg.mozilla.org/mozilla-central/rev/7d1a3585a3fe
https://hg.mozilla.org/mozilla-central/rev/e497b8e6dc2f
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•