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

Unified Diff: runtime/vm/flow_graph_allocator.cc

Issue 1766573003: Clean up more flags using flag list. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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/flag_list.h ('k') | runtime/vm/native_arguments.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_allocator.cc
diff --git a/runtime/vm/flow_graph_allocator.cc b/runtime/vm/flow_graph_allocator.cc
index b9bb33c2fc2617752c35f8c7e6d016568edeec91..e2ba4bfc23a0227a755428a3f007f8816e798ed3 100644
--- a/runtime/vm/flow_graph_allocator.cc
+++ b/runtime/vm/flow_graph_allocator.cc
@@ -14,13 +14,6 @@
namespace dart {
-DEFINE_FLAG(bool, print_ssa_liveness, false,
- "Print liveness for ssa variables.");
-DEFINE_FLAG(bool, trace_ssa_allocator, false,
- "Trace register allocation over SSA.");
-DEFINE_FLAG(bool, print_ssa_liveranges, false,
- "Print live ranges after allocation.");
-
#if defined(DEBUG)
#define TRACE_ALLOC(statement) \
do { \
« no previous file with comments | « runtime/vm/flag_list.h ('k') | runtime/vm/native_arguments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698