Disable map collection since there is a bug in it somewhere. Leave in

the code so we can work on it.
Review URL: http://codereview.chromium.org/11806

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@800 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
ager@chromium.org 2008-11-20 09:48:29 +00:00
parent 4bd0667324
commit 917bf2200a

View File

@ -151,7 +151,7 @@ DEFINE_bool(gc_global, false, "always perform global GCs")
DEFINE_int(gc_interval, -1, "garbage collect after <n> allocations")
DEFINE_bool(trace_gc, false,
"print one trace line following each garbage collection")
DEFINE_bool(collect_maps, true,
DEFINE_bool(collect_maps, false,
"garbage collect maps from which no objects can be reached")
// ic.cc