Chromium Code Reviews

Unified Diff: runtime/vm/flag_list.h

Issue 1904153002: Add a stress testing flag --background-compilation-stop-alot; add an extra check if background comp… (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: r Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « runtime/vm/compiler.cc ('k') | runtime/vm/isolate.h » ('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 84e59fcdc878811f6cd5849f02069c94e01a9a74..50a35f1e2748e94f8465b67fe7308e401d5dbfda 100644
--- a/runtime/vm/flag_list.h
+++ b/runtime/vm/flag_list.h
@@ -33,6 +33,8 @@ P(always_megamorphic_calls, bool, false, \
"Instance call always as megamorphic.") \
C(background_compilation, false, true, bool, true, \
"Run optimizing compilation in background") \
+R(background_compilation_stop_alot, false, bool, false, \
+ "Stress test system: stop background compiler often.") \
R(break_at_isolate_spawn, false, bool, false, \
"Insert a one-time breakpoint at the entrypoint for all spawned isolates") \
C(collect_code, false, true, bool, true, \
« no previous file with comments | « runtime/vm/compiler.cc ('k') | runtime/vm/isolate.h » ('j') | no next file with comments »

Powered by Google App Engine