| Index: runtime/vm/flow_graph_compiler.cc
|
| diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc
|
| index 084579a1f813d44cf386a7d8780eed9c0f27d3c4..dba8c8e92d5c918d4e6948614610ce55611ef577 100644
|
| --- a/runtime/vm/flow_graph_compiler.cc
|
| +++ b/runtime/vm/flow_graph_compiler.cc
|
| @@ -93,7 +93,7 @@ static void PrecompilationModeHandler(bool value) {
|
| FLAG_inlining_size_threshold = 5;
|
| FLAG_inline_getters_setters_smaller_than = 5;
|
| FLAG_inlining_callee_size_threshold = 20;
|
| - FLAG_inlining_depth_threshold = 2;
|
| + FLAG_inlining_depth_threshold = 4;
|
| FLAG_inlining_caller_size_threshold = 1000;
|
| FLAG_inlining_constant_arguments_max_size_threshold = 100;
|
| FLAG_inlining_constant_arguments_min_size_threshold = 30;
|
|
|