Reviewers: Søren Gjesse,

Description:
Temporary disable map compact functionality.

[email protected]


Please review this at http://codereview.chromium.org/543120

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/flag-definitions.h
  M     test/cctest/cctest.status


Index: test/cctest/cctest.status
===================================================================
--- test/cctest/cctest.status   (revision 3655)
+++ test/cctest/cctest.status   (working copy)
@@ -38,7 +38,10 @@
 test-serialize/TestThatAlwaysFails: FAIL
 test-serialize/DependentTestThatAlwaysFails: FAIL

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

+
 [ $arch == arm ]

 # BUG(240): Test seems flaky on ARM.
Index: src/flag-definitions.h
===================================================================
--- src/flag-definitions.h      (revision 3655)
+++ src/flag-definitions.h      (working copy)
@@ -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,


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

Reply via email to