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

Unified Diff: runtime/vm/compiler.cc

Issue 1685963002: Pass field to mutator thread so that it can be marked as boxed and all dependent code deoptimized (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: y Created 4 years, 10 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/compiler.cc
diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
index adcbe33c96713a980e6e1c6a4eb782fa1a2ffe9f..5f7fd58fc3db84339233e446a90de2ccff06bb2b 100644
--- a/runtime/vm/compiler.cc
+++ b/runtime/vm/compiler.cc
@@ -636,7 +636,7 @@ bool CompileParsedFunctionHelper::Compile(CompilationPipeline* pipeline) {
const bool print_flow_graph =
(FLAG_print_flow_graph ||
- (optimized() && FLAG_print_flow_graph_optimized)) &&
+ (optimized() && FLAG_print_flow_graph_optimized)) &&
siva 2016/02/10 17:57:35 indentation seems off over here.
srdjan 2016/02/10 19:18:51 Done.
FlowGraphPrinter::ShouldPrint(function);
if (print_flow_graph) {

Powered by Google App Engine
This is Rietveld 408576698