Revision: 3657
Author: [email protected]
Date: Tue Jan 19 15:03:37 2010
Log: Temporary disable map compact functionality.

[email protected]

Review URL: http://codereview.chromium.org/543120
http://code.google.com/p/v8/source/detail?r=3657

Modified:
 /branches/bleeding_edge/src/flag-definitions.h
 /branches/bleeding_edge/test/cctest/cctest.status

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Tue Jan 19 08:34:37 2010
+++ /branches/bleeding_edge/src/flag-definitions.h      Tue Jan 19 15:03:37 2010
@@ -198,7 +198,7 @@
 DEFINE_bool(canonicalize_object_literal_maps, true,
             "Canonicalize maps for object literals.")

-DEFINE_bool(use_big_map_space, true,
+DEFINE_bool(use_big_map_space, false,
             "Use big map space, but don't compact if it grew too big.")

 DEFINE_int(max_map_space_pages, MapSpace::kMaxMapPageIndex - 1,
=======================================
--- /branches/bleeding_edge/test/cctest/cctest.status Mon Nov 16 04:08:40 2009 +++ /branches/bleeding_edge/test/cctest/cctest.status Tue Jan 19 15:03:37 2010
@@ -38,6 +38,9 @@
 test-serialize/TestThatAlwaysFails: FAIL
 test-serialize/DependentTestThatAlwaysFails: FAIL

+# Temporary disable the test.
+test-mark-compact/MapCompact: SKIP
+

 [ $arch == arm ]

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to