Commit 917bf220 authored by ager@chromium.org's avatar ager@chromium.org

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
parent 4bd06673
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment