Commit 6aa8a730 authored by yangguo@chromium.org's avatar yangguo@chromium.org

Remove flag aliases for parallel recompilation.

R=machenbach@chromium.org
BUG=

Review URL: https://codereview.chromium.org/23125027

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16328 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d3b6913f
......@@ -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.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment