Reviewers: Hannes Payer,
Description:
Fix nosnap sarialization test failure (again)
[email protected]
Please review this at https://codereview.chromium.org/16871002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/spaces.cc
Index: src/spaces.cc
diff --git a/src/spaces.cc b/src/spaces.cc
index
6564a2a8302a4e8b0ce9ca4bf569cf1e2c7b8388..8e953e2a556c8d26557445b8835a825b38bfc6d0
100644
--- a/src/spaces.cc
+++ b/src/spaces.cc
@@ -1045,7 +1045,7 @@ intptr_t PagedSpace::SizeOfFirstPage() {
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.