Temporary disable map compact functionality.
authorantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 19 Jan 2010 23:03:37 +0000 (23:03 +0000)
committerantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 19 Jan 2010 23:03:37 +0000 (23:03 +0000)
TBD=sgjesse@chromium.org

Review URL: http://codereview.chromium.org/543120

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3657 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/flag-definitions.h
test/cctest/cctest.status

index 90f9dda..bf49a61 100644 (file)
@@ -198,7 +198,7 @@ DEFINE_bool(cleanup_caches_in_maps_at_gc, true,
 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,
index a143cbd..5dc1367 100644 (file)
@@ -38,6 +38,9 @@ test-api/ApplyInterruption: PASS || TIMEOUT
 test-serialize/TestThatAlwaysFails: FAIL
 test-serialize/DependentTestThatAlwaysFails: FAIL
 
+# Temporary disable the test.
+test-mark-compact/MapCompact: SKIP
+
 
 [ $arch == arm ]