Revision: 10626 Author: [email protected] Date: Tue Feb 7 08:34:26 2012 Log: Disable code compaction again.
Check failures are gone but now layout tests are failing. [email protected] Review URL: https://chromiumcodereview.appspot.com/9351019 http://code.google.com/p/v8/source/detail?r=10626 Modified: /branches/bleeding_edge/src/flag-definitions.h ======================================= --- /branches/bleeding_edge/src/flag-definitions.h Tue Feb 7 06:43:51 2012 +++ /branches/bleeding_edge/src/flag-definitions.h Tue Feb 7 08:34:26 2012 @@ -307,7 +307,7 @@ "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
