Reviewers: Hannes Payer,

Message:
Committed patchset #1 (id:1) manually as 24116 (presubmit successful).

Description:
Adjust small heap threshold for idle time handler.

Follow-up for r23871.

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

Committed: https://code.google.com/p/v8/source/detail?r=24116

Please review this at https://codereview.chromium.org/592053002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M src/heap/gc-idle-time-handler.h


Index: src/heap/gc-idle-time-handler.h
diff --git a/src/heap/gc-idle-time-handler.h b/src/heap/gc-idle-time-handler.h index 473b4742d496d3d1baa5e69d1e12115d620630cb..daab616d61b76eb460e0673b91d2b2e60d733178 100644
--- a/src/heap/gc-idle-time-handler.h
+++ b/src/heap/gc-idle-time-handler.h
@@ -108,7 +108,7 @@ class GCIdleTimeHandler {

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