Chromium Code Reviews| Index: src/flag-definitions.h |
| =================================================================== |
| --- src/flag-definitions.h (revision 9883) |
| +++ src/flag-definitions.h (working copy) |
| @@ -121,6 +121,7 @@ |
| DEFINE_bool(alloc_lithium, true, "use lithium register allocator") |
| DEFINE_bool(use_lithium, true, "use lithium code generator") |
| DEFINE_bool(use_range, true, "use hydrogen range analysis") |
| +DEFINE_bool(use_constant_propagation, true, "use hydrogen constant propagation") |
|
Sven Panne
2011/11/07 09:49:44
Is there a reason for this flag? If the patch work
Alexandre
2011/11/07 09:56:00
Removed!
On 2011/11/07 09:49:44, Sven wrote:
|
| DEFINE_bool(eliminate_dead_phis, true, "eliminate dead phis") |
| DEFINE_bool(use_gvn, true, "use hydrogen global value numbering") |
| DEFINE_bool(use_canonicalizing, true, "use hydrogen instruction canonicalizing") |