Revision: 12506
Author: [email protected]
Date: Fri Sep 14 04:38:45 2012
Log: Switch on code compaction on incremental GCs.
Review URL: https://chromiumcodereview.appspot.com/10928203
http://code.google.com/p/v8/source/detail?r=12506
Modified:
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Wed Sep 12 10:00:25 2012
+++ /branches/bleeding_edge/src/flag-definitions.h Fri Sep 14 04:38:45 2012
@@ -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