Closed
Bug 1504080
Opened 6 years ago
Closed 6 years ago
Simplify some code in Nursery.cpp
Categories
(Core :: JavaScript: GC, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: pbone, Assigned: pbone)
Details
Attachments
(2 files)
3.24 KB,
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
1.60 KB,
patch
|
pbone
:
review+
|
Details | Diff | Splinter Review |
I have some refactoring patches for Nursery.cpp
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → pbone
Status: NEW → ASSIGNED
Component: JavaScript Engine: JIT → JavaScript: GC
Assignee | ||
Comment 1•6 years ago
|
||
This patch makes accessing the Statistics object from the nursery less verbose.
Attachment #9022034 -
Flags: review?(jcoppeard)
Assignee | ||
Comment 2•6 years ago
|
||
I previously submitted this patch for Bug 1433007, but now intent to commit it seperately. r+ carried forward.
Attachment #9022036 -
Flags: review+
Updated•6 years ago
|
Attachment #9022034 -
Flags: review?(jcoppeard) → review+
Pushed by pbone@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/881a67c29412
Add Nursery::stats() r=jonco
https://hg.mozilla.org/integration/mozilla-inbound/rev/2c369f37574a
Fix two comments in nursery code r=jonco
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/881a67c29412
https://hg.mozilla.org/mozilla-central/rev/2c369f37574a
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•