Closed
Bug 1666788
Opened 5 years ago
Closed 5 years ago
Rename barrier methods to something more readable
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(2 files)
I always struggle with names such as 'WriteBarrierPre'. I don't know why it's not just 'PreWriteBarrier'.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jcoppeard
Assignee | ||
Comment 1•5 years ago
|
||
This renames methods like 'writeBarrierPre' to the more readble 'preWriteBarrier'.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D91179
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a0b8e07f23dc
Rename barrier methods so they're easier for humans to parse r=sfink
https://hg.mozilla.org/integration/autoland/rev/7270920f3216
Remove some unused GCPolicy methods r=sfink
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a0b8e07f23dc
https://hg.mozilla.org/mozilla-central/rev/7270920f3216
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•