On 2014/12/01 16:17:22, Hannes Payer wrote:
the test fix does not look good, you broke the test semantics.
CollectAllAvailableGarbage will call the emergency gc mechanism which will
result in seven full garbage collections. please verify what is going on and
fix
the test appropriately. e.g. check if incremental marking is started. if this
is
the case, you have to call
CollectAllGarbage(Heap::kAbortIncrementalMarkingMask);

Thank you! Done in https://codereview.chromium.org/767453004/

https://codereview.chromium.org/763273002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to