Revision: 15098
Author: [email protected]
Date: Wed Jun 12 15:21:08 2013
Log: Fix nosnap sarialization test failure (again)
[email protected]
Review URL: https://codereview.chromium.org/16871002
http://code.google.com/p/v8/source/detail?r=15098
Modified:
/branches/bleeding_edge/src/spaces.cc
=======================================
--- /branches/bleeding_edge/src/spaces.cc Wed Jun 12 08:03:44 2013
+++ /branches/bleeding_edge/src/spaces.cc Wed Jun 12 15:21:08 2013
@@ -1045,7 +1045,7 @@
size = 16 * kPointerSize * KB;
break;
case PROPERTY_CELL_SPACE:
- size = 8 * kPointerSize * KB;
+ size = 16 * kPointerSize * KB;
break;
case CODE_SPACE:
if (heap()->isolate()->code_range()->exists()) {
--
--
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.