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

Unified Diff: runtime/vm/flag_list.h

Issue 2411823003: VM support for running Kernel binaries. (Closed)
Patch Set: Address comments Created 4 years, 2 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/dart_entry.cc ('k') | runtime/vm/flow_graph_compiler.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 3a54ca88584e35a7a5183f240f2dcc10166805f8..c8ceb68fb9622333f1d3f65acd36e0b469690ffd 100644
--- a/runtime/vm/flag_list.h
+++ b/runtime/vm/flag_list.h
@@ -170,8 +170,10 @@ D(trace_isolates, bool, false, \
"Trace isolate creation and shut down.") \
D(trace_handles, bool, false, \
"Traces allocation of handles.") \
+D(trace_kernel_binary, bool, false, \
+ "Trace Kernel reader/writer.") \
D(trace_optimization, bool, false, \
- "Print optimization details."); \
+ "Print optimization details.") \
R(trace_profiler, false, bool, false, \
"Profiler trace") \
D(trace_profiler_verbose, bool, false, \
« no previous file with comments | « runtime/vm/dart_entry.cc ('k') | runtime/vm/flow_graph_compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698