Reviewers: Michael Starzinger,

Message:
Committed patchset #1 manually as r17053.

Description:
Bump old pointer space size.

[email protected]
BUG=

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

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

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

Affected files (+1, -1 lines):
  M src/spaces.cc


Index: src/spaces.cc
diff --git a/src/spaces.cc b/src/spaces.cc
index 2faf41912e8e3db3319ed940a5c11c1ad8cad577..3748c7699b824bf0d19bd0c82873909d3dabffd7 100644
--- a/src/spaces.cc
+++ b/src/spaces.cc
@@ -1056,7 +1056,7 @@ intptr_t PagedSpace::SizeOfFirstPage() {
   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.

Reply via email to