Chromium Code Reviews| Index: src/flag-definitions.h |
| =================================================================== |
| --- src/flag-definitions.h (revision 7683) |
| +++ src/flag-definitions.h (working copy) |
| @@ -223,6 +223,8 @@ |
| // compilation-cache.cc |
| DEFINE_bool(compilation_cache, true, "enable compilation cache") |
| +DEFINE_bool(cache_prototype_transitions, true, "cache prototype transitions") |
| + |
| // data-flow.cc |
| DEFINE_bool(loop_peeling, false, "Peel off the first iteration of loops.") |