Index: runtime/vm/compiler.cc |
diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc |
index 7c88444c94d75e6546c1e3abc203d1b617e42e50..ee68c307e3a968261cf8c54bcf5cbe582e435087 100644 |
--- a/runtime/vm/compiler.cc |
+++ b/runtime/vm/compiler.cc |
@@ -1371,7 +1371,9 @@ static RawError* CompileFunctionHelper(CompilationPipeline* pipeline, |
per_compile_timer.TotalElapsedTime()); |
} |
+#ifndef PRODUCT |
isolate->debugger()->NotifyCompilation(function); |
rmacnak
2016/02/04 21:26:41
+ FLAG_support_debug (or the flag is partially ig
|
+#endif // !PRODUCT |
if (FLAG_disassemble && FlowGraphPrinter::ShouldPrint(function)) { |
DisassembleCode(function, optimized); |