| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 9cfe00b28458afac419548b19aecf0c2c1345c8d..92445eaeab3273f8adbc6017abb043a59b6351a5 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -332,7 +332,7 @@ DEFINE_INT(max_inlined_nodes_cumulative, 400,
|
| "maximum cumulative number of AST nodes considered for inlining")
|
| DEFINE_BOOL(loop_invariant_code_motion, true, "loop invariant code motion")
|
| DEFINE_BOOL(fast_math, true, "faster (but maybe less accurate) math functions")
|
| -DEFINE_BOOL(collect_megamorphic_maps_from_stub_cache, true,
|
| +DEFINE_BOOL(collect_megamorphic_maps_from_stub_cache, false,
|
| "crankshaft harvests type feedback from stub cache")
|
| DEFINE_BOOL(hydrogen_stats, false, "print statistics for hydrogen")
|
| DEFINE_BOOL(trace_check_elimination, false, "trace check elimination phase")
|
|
|