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

Unified Diff: src/flag-definitions.h

Issue 23125027: Remove flag aliases for parallel recompilation. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 0f17feace0192ee0e22f0e31b7acfbafbca66edb..c3ae9527c9f00534b55ec363b48ca7b2f18daeea 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -332,15 +332,6 @@ DEFINE_int(concurrent_recompilation_queue_length, 8,
DEFINE_int(concurrent_recompilation_delay, 0,
"artificial compilation delay in ms")
-// TODO(yangguo): to ease transitioning to the new naming scheme, we keep
-// the old flags for now as aliases. Remove soon.
-DEFINE_ALIAS_bool(parallel_recompilation, concurrent_recompilation)
-DEFINE_ALIAS_bool(trace_parallel_recompilation, trace_concurrent_recompilation)
-DEFINE_ALIAS_int(parallel_recompilation_queue_length,
- concurrent_recompilation_queue_length)
-DEFINE_ALIAS_int(parallel_recompilation_delay, concurrent_recompilation_delay)
-
-
DEFINE_bool(omit_map_checks_for_leaf_maps, true,
"do not emit check maps for constant values that have a leaf map, "
"deoptimize the optimized code if the layout of the maps changes.")
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698