https://codereview.chromium.org/449813002/diff/60001/src/heap/heap.cc
File src/heap/heap.cc (right):

https://codereview.chromium.org/449813002/diff/60001/src/heap/heap.cc#newcode4328
src/heap/heap.cc:4328: CollectAllGarbage(kReduceMemoryFootprintMask,
On 2014/08/07 09:14:51, jochen (slow - soon OOO) wrote:
this is a somewhat new behavior, because previously we'd only do this
if there
was a context disposal notification before, no?

But since we're respecting the idle hint, I think that's ok

Yes, this is different. Note that before we were just preforming a full
gc when incremental marking was stopped. However, we should do a full gc
when the hint is big enough. I thought about doing it in a separate cl
but it is quit a mess.

https://codereview.chromium.org/449813002/

--
--
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