Closed
Bug 1487384
Opened 7 years ago
Closed 7 years ago
Tidy unnecessary use of |rt->gc| in GCRuntime methods
Categories
(Core :: JavaScript: GC, enhancement)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
|
16.82 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•7 years ago
|
||
This is probably a hangover from when this code was all static functions taking a JSRuntime*.
Summary: Tidy unnecessary use of → Tidy unnecessary use of |rt->gc| in GCRuntime methods
| Assignee | ||
Comment 2•7 years ago
|
||
This also does a bit of refactoring to remove rt->gc in a couple of other places, like making the background sweep task call a GCRuntime method to do the work.
Attachment #9005187 -
Flags: review?(sphink)
Updated•7 years ago
|
Attachment #9005187 -
Flags: review?(sphink) → review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8a2005a771b3
Remove unnecessary references to Runtime::gc in GCRuntime methods r=sfink
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•