Closed
Bug 1615016
Opened 5 years ago
Closed 5 years ago
Store isAtomsZone and isSelfHostingZone flags on the Zone
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
At the moment calling isAtomsZone() on a Zone has to check with the runtime. We should just store this as a flag on the Zone (and similarly for isSelfHostingZone). This will remove some dependencies on JSRuntime.
Assignee | ||
Comment 1•5 years ago
|
||
Remove some dependencies on JSRuntime by storing flags on the Zone to indicate whether a zone is the atoms zone or the self hosting zone.
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c36521288f85
Store isAtomsZone and isSelfHostingZone flags on the Zone r=sfink
Comment 3•5 years ago
|
||
Backed out changeset c36521288f85 (bug 1615016) for causing spidermonkey bustages on GC-inl.h
Backout revision https://hg.mozilla.org/integration/autoland/rev/a1579bfa6b7b93b219942da5929c3e5b911fe18c
Failure logs https://treeherder.mozilla.org/logviewer.html#?job_id=288704699&repo=autoland
Jon can you please take a look?
Flags: needinfo?(jcoppeard)
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bcd88da6a9c6
Store isAtomsZone and isSelfHostingZone flags on the Zone r=sfink
Comment 6•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•