Revision: 15148
Author: [email protected]
Date: Fri Jun 14 04:36:55 2013
Log: Decrease size of first page of property cell space.
BUG=
[email protected], [email protected]
Review URL: https://codereview.chromium.org/17027006
http://code.google.com/p/v8/source/detail?r=15148
Modified:
/branches/bleeding_edge/src/spaces.cc
/branches/bleeding_edge/test/cctest/test-mark-compact.cc
=======================================
--- /branches/bleeding_edge/src/spaces.cc Fri Jun 14 04:22:25 2013
+++ /branches/bleeding_edge/src/spaces.cc Fri Jun 14 04:36:55 2013
@@ -1045,7 +1045,7 @@
size = 16 * kPointerSize * KB;
break;
case PROPERTY_CELL_SPACE:
- size = 16 * kPointerSize * KB;
+ size = 8 * kPointerSize * KB;
break;
case CODE_SPACE:
if (heap()->isolate()->code_range()->exists()) {
=======================================
--- /branches/bleeding_edge/test/cctest/test-mark-compact.cc Wed Jun 12
16:02:05 2013
+++ /branches/bleeding_edge/test/cctest/test-mark-compact.cc Fri Jun 14
04:36:55 2013
@@ -557,7 +557,7 @@
}
} else { // 32-bit.
if (v8::internal::Snapshot::IsEnabled()) {
- CHECK_LE(delta, 2942 * 1024);
+ CHECK_LE(delta, 2910 * 1024);
} else {
CHECK_LE(delta, 3400 * 1024);
}
--
--
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.