Revision: 22019
Author: [email protected]
Date: Wed Jun 25 15:29:58 2014 UTC
Log: Collect garbage with kReduceMemoryFootprintMask in
IdleNotification.
BUG=350720
LOG=Y
[email protected]
Review URL: https://codereview.chromium.org/345263004
http://code.google.com/p/v8/source/detail?r=22019
Modified:
/branches/bleeding_edge/src/heap.cc
=======================================
--- /branches/bleeding_edge/src/heap.cc Wed Jun 25 09:36:45 2014 UTC
+++ /branches/bleeding_edge/src/heap.cc Wed Jun 25 15:29:58 2014 UTC
@@ -4269,7 +4269,8 @@
isolate_->compilation_cache()->Clear();
uncommit = true;
}
- CollectAllGarbage(kNoGCFlags, "idle notification: finalize
incremental");
+ CollectAllGarbage(kReduceMemoryFootprintMask,
+ "idle notification: finalize incremental");
mark_sweeps_since_idle_round_started_++;
gc_count_at_last_idle_gc_ = gc_count_;
if (uncommit) {
--
--
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.