I think the problem is the PerformScavenge call, which avoids the main gc
selection logic and directly tries to invoke the scavenger.
I would suggest changing PerformScavenge to
void Heap::PerformScavenge() {
CollectGarbage(NEW_SPACE, "try to invoke Scavenge directly");
}
or remove PerformScavenge and invoke CollectGarbage from the tests directly.
https://codereview.chromium.org/167423004/
--
--
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/groups/opt_out.