| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index a0185bdae1344261dee102b64f255202aab21560..6a2b1511545cd04c1645ddd2b3ab54092805fd3e 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -215,7 +215,7 @@ DEFINE_bool(use_gvn, true, "use hydrogen global value numbering")
|
| DEFINE_bool(use_canonicalizing, true, "use hydrogen instruction canonicalizing")
|
| DEFINE_bool(use_inlining, true, "use function inlining")
|
| DEFINE_bool(use_escape_analysis, false, "use hydrogen escape analysis")
|
| -DEFINE_bool(use_allocation_folding, false, "use allocation folding")
|
| +DEFINE_bool(use_allocation_folding, true, "use allocation folding")
|
| DEFINE_int(max_inlined_source_size, 600,
|
| "maximum source size in bytes considered for a single inlining")
|
| DEFINE_int(max_inlined_nodes, 196,
|
|
|