Closed
Bug 2002035
Opened 7 months ago
Closed 7 months ago
The performance impact of MustBeConsumedMicroTask is too high
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(1 file)
Added in Bug 1990842 for safety, unfortunately the performance impact of this class is way too high, and ultimately eats all the performance benefits that the JS Microtask queue adds
| Assignee | ||
Updated•7 months ago
|
Summary: The Performance impact of MustBeConsumedMicroTask is too high → The performance impact of MustBeConsumedMicroTask is too high
Updated•7 months ago
|
Severity: -- → N/A
Priority: -- → P1
| Assignee | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Pushed by mgaudet@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/120f48b68486
https://hg.mozilla.org/integration/autoland/rev/67307b22e89b
Remove unnecessary barriers in MustConsumeMicroTaskRunnable r=jonco
Comment 3•7 months ago
|
||
Backed out for causing xpc failures at test_promise_job_across_sandbox.js.
Backout link: https://hg-edge.mozilla.org/integration/autoland/rev/fca2f5e043d75fca3c591850e7822510fd6f1b5d
Failure log: https://treeherder.mozilla.org/logviewer?job_id=537842962&repo=autoland&task=YjGfiVt_SnWCHKuo83khuw.0&lineNumber=2679
Flags: needinfo?(mgaudet)
Pushed by mgaudet@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/06166ae6872b
https://hg.mozilla.org/integration/autoland/rev/8013cae8d375
Remove unnecessary barriers in MustConsumeMicroTaskRunnable r=jonco
Comment 5•7 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
| Assignee | ||
Updated•7 months ago
|
Flags: needinfo?(mgaudet)
Updated•6 months ago
|
QA Whiteboard: [qa-triage-done-c148/b147]
You need to log in
before you can comment on or make changes to this bug.
Description
•