Closed
Bug 1652731
Opened 5 years ago
Closed 5 years ago
Simplify converting parseWaitingOnGC to parseWorklist
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: allstars.chh, Assigned: allstars.chh)
Details
Attachments
(2 files)
To access the parseWaitingOnGC_ in HelperThreadState, we need to take the lock.
However the callers are from main thread only, so it could be simplified to access without the lock.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Summary: parseWaitingOnGC shoule be accessed without lock → Simplify converting parseWaitingOnGC to parseWorklist
Updated•5 years ago
|
Attachment #9163477 -
Attachment description: Bug 1652731 - Part 1: Simplify waiting -> worklist parse task. → Bug 1652731 - Simplify waiting -> worklist parse task.
Pushed by allstars.chh@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/624841679c42
Simplify waiting -> worklist parse task. r=jonco
Comment 4•5 years ago
|
||
bugherder |
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
•