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

Unified Diff: runtime/vm/compiler.cc

Issue 1702093002: Minor work for background compilation (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Minor work for background compilation 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
« no previous file with comments | « runtime/vm/class_table.cc ('k') | tests/standalone/assert_assignable_canon_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/compiler.cc
diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
index 610c0b16325a4f861744d8a8408cd77991214f6c..4d88bae6e9dee1d12b6b29cba97285bdc2bf6c4c 100644
--- a/runtime/vm/compiler.cc
+++ b/runtime/vm/compiler.cc
@@ -1526,6 +1526,9 @@ RawObject* Compiler::ExecuteOnce(SequenceNode* fragment) {
void Compiler::AbortBackgroundCompilation(intptr_t deopt_id) {
+ if (FLAG_trace_compiler) {
+ THR_Print("ABORT background compilation.");
+ }
ASSERT(Compiler::IsBackgroundCompilation());
Thread::Current()->long_jump_base()->Jump(
deopt_id, Object::background_compilation_error());
« no previous file with comments | « runtime/vm/class_table.cc ('k') | tests/standalone/assert_assignable_canon_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698