Reviewers: danno, Description: Switch on code compaction on incremental GCs.
Please review this at https://chromiumcodereview.appspot.com/10928203/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/flag-definitions.h Index: src/flag-definitions.h =================================================================== --- src/flag-definitions.h (revision 12483) +++ src/flag-definitions.h (working copy) @@ -412,7 +412,7 @@ "Never perform compaction on full GC - testing only") DEFINE_bool(compact_code_space, true, "Compact code space on full non-incremental collections") -DEFINE_bool(incremental_code_compaction, false, +DEFINE_bool(incremental_code_compaction, true, "Compact code space on full 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
