Closed
Bug 1195866
Opened 10 years ago
Closed 10 years ago
[jsdbg2] the allocations log should report whether the allocation was in the nursery or not
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla43
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
9.82 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
Not everything gets allocated in the nursery, so it is useful to know which allocations are more expensive and not allocated within the nursery.
I think having a simple `inNursery` boolean on each entry should suffice.
| Assignee | ||
Updated•10 years ago
|
Blocks: memory-platform
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8653186 -
Flags: review?(terrence)
Comment 2•10 years ago
|
||
Comment on attachment 8653186 [details] [diff] [review]
Make allocations log report whether an allocatio n was in the nursery
Review of attachment 8653186 [details] [diff] [review]:
-----------------------------------------------------------------
Neat!
Attachment #8653186 -
Flags: review?(terrence) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•