| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 12582)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -169,6 +169,8 @@
|
| 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")
|
| +DEFINE_bool(use_replace_with_ror, true,
|
| + "replace hydrogen instructions with ror")
|
| DEFINE_bool(use_inlining, true, "use function inlining")
|
| DEFINE_int(max_inlined_source_size, 600,
|
| "maximum source size in bytes considered for a single inlining")
|
|
|