Closed
Bug 2002876
Opened 7 months ago
Closed 7 months ago
Tidy JS microtask queue copy and rooting
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•7 months ago
|
||
Using the assignment ends up triggering a copy which is un-necesary.
Updated•7 months ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Pushed by mgaudet@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/ff03e52ebf73
https://hg.mozilla.org/integration/autoland/rev/d113e8913203
Remove un-necessary copy & move root out of loop r=smaug
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/1c9ebb9aec7e
https://hg.mozilla.org/integration/autoland/rev/d9d771e16314
Remove un-necessary copy & move root out of loop r=smaug
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
•