| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index 14e5a873b71d663f75a648ba454f2a7a387fdd41..44a7f456b734433c988d5f2a5af7a084767642d7 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -261,6 +261,7 @@ static bool CompileParsedFunctionHelper(ParsedFunction* parsed_function,
|
| TimerScope timer(FLAG_compiler_stats, &CompilerStats::codegen_timer);
|
| bool is_compiled = false;
|
| Isolate* isolate = Isolate::Current();
|
| + VMTagScope tagScope(isolate, VMTag::kCompileTagId);
|
| HANDLESCOPE(isolate);
|
| isolate->set_cha_used(false);
|
|
|
|
|