Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium NewGC
New issue 1608 by [email protected]: NewGC: Cleanup GC flags used with
Heap::CollectAllGarbage
http://code.google.com/p/v8/issues/detail?id=1608
Currently we have: kNoGCFlags, kForceCompactionMask, kMakeHeapIterableMask
kForceCompactionMask is ignored (and has a little meaning for our partial
compaction by evacuation. It is still present only to make test compilable.
kMakeHeapIterableMask does more than just ensuring iterability of the heap,
it also aborts incremental marking to make GC more precise.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev