Reviewers: Vyacheslav Egorov,

Description:
Don't always compact when collecting.

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

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 9511)
+++ src/flag-definitions.h      (working copy)
@@ -282,7 +282,7 @@
             "generate extra code for manipulating stats counters")

 // mark-compact.cc
-DEFINE_bool(always_compact, true, "Perform compaction on every full GC")
+DEFINE_bool(always_compact, false, "Perform compaction on every full GC")
 DEFINE_bool(lazy_sweeping, true,
             "Use lazy sweeping for old pointer and data spaces")
 DEFINE_bool(cleanup_caches_in_maps_at_gc, true,


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

Reply via email to