Revision: 17053
Author: [email protected]
Date: Tue Oct 1 16:11:41 2013 UTC
Log: Bump old pointer space size.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/25479003
http://code.google.com/p/v8/source/detail?r=17053
Modified:
/branches/bleeding_edge/src/spaces.cc
=======================================
--- /branches/bleeding_edge/src/spaces.cc Wed Sep 11 18:30:01 2013 UTC
+++ /branches/bleeding_edge/src/spaces.cc Tue Oct 1 16:11:41 2013 UTC
@@ -1056,7 +1056,7 @@
int size = 0;
switch (identity()) {
case OLD_POINTER_SPACE:
- size = 64 * kPointerSize * KB;
+ size = 72 * kPointerSize * KB;
break;
case OLD_DATA_SPACE:
size = 192 * KB;
--
--
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.