I uploaded new patch-test with new event kBackgroundIdleNotification
https://codereview.chromium.org/1213313004/diff/40001/src/heap/memory-reducer.cc
File src/heap/memory-reducer.cc (right):
https://codereview.chromium.org/1213313004/diff/40001/src/heap/memory-reducer.cc#newcode120
src/heap/memory-reducer.cc:120: switch (event.type) {
I rewrote this to use the switch statement instead of multiple if else.
The actual change is addition of (case kBackgroundIdleNotification) and
(case kTimer : if (state.started_gcs >= kMaxNumberOfGCs) { ... })
Everything else is the same.
https://codereview.chromium.org/1213313004/
--
--
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.