Revision: 24116
Author:   [email protected]
Date:     Mon Sep 22 12:38:34 2014 UTC
Log:      Adjust small heap threshold for idle time handler.

Follow-up for r23871.

BUG=chromium:407593
LOG=N
[email protected]

Review URL: https://codereview.chromium.org/592053002
https://code.google.com/p/v8/source/detail?r=24116

Modified:
 /branches/bleeding_edge/src/heap/gc-idle-time-handler.h

=======================================
--- /branches/bleeding_edge/src/heap/gc-idle-time-handler.h Thu Sep 18 08:44:46 2014 UTC +++ /branches/bleeding_edge/src/heap/gc-idle-time-handler.h Mon Sep 22 12:38:34 2014 UTC
@@ -108,7 +108,7 @@

// Heap size threshold below which we prefer mark-compact over incremental
   // step.
-  static const size_t kSmallHeapSize = 2 * kPointerSize * MB;
+  static const size_t kSmallHeapSize = 4 * kPointerSize * MB;

   // That is the maximum idle time we will have during frame rendering.
   static const size_t kMaxFrameRenderingIdleTime = 16;

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