| Index: runtime/vm/flow_graph_compiler.cc
|
| diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc
|
| index e64c11589f8ea94c5758656bef474c74539dc6f2..6632df81ee0d88310c547462cd99173c52346506 100644
|
| --- a/runtime/vm/flow_graph_compiler.cc
|
| +++ b/runtime/vm/flow_graph_compiler.cc
|
| @@ -79,7 +79,6 @@ static void PrecompilationModeHandler(bool value) {
|
| FLAG_inlining_constant_arguments_max_size_threshold = 100;
|
| FLAG_inlining_constant_arguments_min_size_threshold = 30;
|
|
|
| - FLAG_allow_absolute_addresses = false;
|
| FLAG_always_megamorphic_calls = true;
|
| FLAG_collect_dynamic_function_names = true;
|
| FLAG_fields_may_be_reset = true;
|
|
|