Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Unified Diff: runtime/vm/flow_graph_compiler.cc

Issue 1314673008: Migrate logging infrastructure Isolate->Thread (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Finalize marking tasks in parallel, now that it's safe. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/flow_graph_compiler.cc
diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc
index c1d94b4627827d522dbaf578880a4700b20cc43f..8e22605f643a2fd2679c508587034d7eb0753de8 100644
--- a/runtime/vm/flow_graph_compiler.cc
+++ b/runtime/vm/flow_graph_compiler.cc
@@ -549,7 +549,7 @@ void FlowGraphCompiler::VisitBlocks() {
}
set_current_block(NULL);
if (FLAG_trace_inlining_intervals && is_optimizing()) {
- LogBlock lb(Isolate::Current());
+ LogBlock lb(Thread::Current());
ISL_Print("Intervals:\n");
for (intptr_t cc = 0; cc < caller_inline_id_.length(); cc++) {
ISL_Print(" iid: %" Pd " caller iid: %" Pd "\n",
« no previous file with comments | « runtime/vm/disassembler.h ('k') | runtime/vm/gc_marker.cc » ('j') | runtime/vm/isolate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698