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:
parent
4bd0667324
commit
917bf2200a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user