Chromium Code Reviews| Index: src/flag-definitions.h |
| =================================================================== |
| --- src/flag-definitions.h (revision 4839) |
| +++ src/flag-definitions.h (working copy) |
| @@ -191,6 +191,8 @@ |
| "print more details following each garbage collection") |
| DEFINE_bool(collect_maps, true, |
| "garbage collect maps from which no objects can be reached") |
| +DEFINE_bool(flush_code, false, |
| + "flush code that we expect not to use again before full gc") |
| // v8.cc |
| DEFINE_bool(use_idle_notification, true, |