Reviewers: fschneider,
Description:
Disable code compaction again.
Check failures are gone but now layout tests are failing.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/9351019/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/flag-definitions.h
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index
b1bd74b8fc8f5ba15ae7f31389e16221f917c21e..50086fb7f45dad6bfcabe2f2fed00df7fb41c345
100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -307,7 +307,7 @@ DEFINE_bool(cleanup_caches_in_maps_at_gc, true,
"Flush code caches in maps during mark compact cycle.")
DEFINE_bool(never_compact, false,
"Never perform compaction on full GC - testing only")
-DEFINE_bool(compact_code_space, true,
+DEFINE_bool(compact_code_space, false,
"Compact code space on full non-incremental collections")
DEFINE_bool(cleanup_code_caches_at_gc, true,
"Flush inline caches prior to mark compact collection and "
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev