Closed
Bug 1463723
Opened 2 years ago
Closed 2 years ago
Remove ubi::Census' reference to the atoms zone
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Not set
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file, 1 obsolete file)
2.35 KB,
patch
|
fitzgen
:
review+
|
Details | Diff | Splinter Review |
The Census object keeps a pointer to the atoms zone, but it's only used to check whether a zone is the atoms zone. It's simpler to do that by calling isAtomsZone() on it.
Assignee | ||
Comment 1•2 years ago
|
||
Attachment #8979919 -
Flags: review?(nfitzgerald)
Assignee | ||
Comment 2•2 years ago
|
||
Oh, and remove the locking too.
Attachment #8979919 -
Attachment is obsolete: true
Attachment #8979919 -
Flags: review?(nfitzgerald)
Attachment #8979959 -
Flags: review?(nfitzgerald)
Comment 3•2 years ago
|
||
Comment on attachment 8979959 [details] [diff] [review] bug1463723-remove-atoms-zone-pointer v2 Review of attachment 8979959 [details] [diff] [review]: ----------------------------------------------------------------- Thanks jonco :)
Attachment #8979959 -
Flags: review?(nfitzgerald) → review+
Pushed by jcoppeard@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/27f44af915f7 Remove ubi::Census' pointer to the atoms zone r=fitzgen
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/27f44af915f7
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•