| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index fc5fe1ee0fc8d40fbde33342a0d579bd18a78b2c..2893b0d0e7842ef07bddcf7b039083892bd3c976 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -257,6 +257,7 @@ DEFINE_bool(collect_maps, true,
|
| "garbage collect maps from which no objects can be reached")
|
| DEFINE_bool(flush_code, true,
|
| "flush code that we expect not to use again before full gc")
|
| +DEFINE_bool(new_gc, false, "enable new GC infrastructure")
|
|
|
| // v8.cc
|
| DEFINE_bool(use_idle_notification, true,
|
|
|