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

Unified Diff: runtime/vm/flag_list.h

Issue 1754703008: Clear fields sticky_error and pending_functions when unscheduling thread; enable background compila… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: t 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 | « no previous file | runtime/vm/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flag_list.h
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
index dfc5676fbc17ecb1a02c7d66dbe5f1b19abadd0a..703d9367abb568a6961511c81f42a78931207688 100644
--- a/runtime/vm/flag_list.h
+++ b/runtime/vm/flag_list.h
@@ -25,7 +25,7 @@ P(allow_absolute_addresses, bool, true, \
"Allow embedding absolute addresses in generated code.") \
P(always_megamorphic_calls, bool, false, \
"Instance call always as megamorphic.") \
-C(background_compilation, false, false, bool, false, \
+C(background_compilation, false, true, bool, true, \
"Run optimizing compilation in background") \
C(collect_code, false, true, bool, true, \
"Attempt to GC infrequently used code.") \
« no previous file with comments | « no previous file | runtime/vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698