Revision: 23244
Author:   [email protected]
Date:     Wed Aug 20 15:04:22 2014 UTC
Log: Change size of old pointer space first page back to 112KB (as it was before r23241)

This broke ReleaseOverReservedPages on Windows ia32.

[email protected]

Review URL: https://codereview.chromium.org/493703002
http://code.google.com/p/v8/source/detail?r=23244

Modified:
 /branches/bleeding_edge/src/heap/spaces.cc

=======================================
--- /branches/bleeding_edge/src/heap/spaces.cc  Wed Aug 20 14:40:53 2014 UTC
+++ /branches/bleeding_edge/src/heap/spaces.cc  Wed Aug 20 15:04:22 2014 UTC
@@ -996,7 +996,7 @@
   int size = 0;
   switch (identity()) {
     case OLD_POINTER_SPACE:
-      size = (96 + constant_pool_delta) * kPointerSize * KB;
+      size = (112 + constant_pool_delta) * 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/d/optout.

Reply via email to