Closed
Bug 852667
Opened 12 years ago
Closed 12 years ago
Sort out getAllocKind for generational GC
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: billm, Assigned: billm)
References
Details
Attachments
(2 files)
6.63 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
14.86 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
I think we should get rid of all calls to this function. Minor GCs will still have to call something like it, but the correctness constraints will be a little looser.
This first patch changes getInitialShape so that we can pass numFixedSlots rather than the alloc kind.
Attachment #726846 -
Flags: review?(bhackett1024)
Assignee | ||
Comment 1•12 years ago
|
||
This builds on top of some of Terrence's getAllocKind work. It removes all instances of getAllocKind.
Attachment #726850 -
Flags: review?(terrence)
Updated•12 years ago
|
Attachment #726846 -
Flags: review?(bhackett1024) → review+
Comment 2•12 years ago
|
||
Comment on attachment 726850 [details] [diff] [review]
getAllocKind removal
Review of attachment 726850 [details] [diff] [review]:
-----------------------------------------------------------------
Bill, you are my hero! After your email this morning I was going to go try to do this today myself. It's nice to know we're thinking along the same lines.
Attachment #726850 -
Flags: review?(terrence) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c4a29b7a2ead
https://hg.mozilla.org/mozilla-central/rev/4b3ba25df1af
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•