Revision: 16328
Author: [email protected]
Date: Mon Aug 26 14:50:12 2013 UTC
Log: Remove flag aliases for parallel recompilation.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/23125027
http://code.google.com/p/v8/source/detail?r=16328
Modified:
/branches/bleeding_edge/src/flag-definitions.h
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Mon Aug 26 11:22:39 2013
UTC
+++ /branches/bleeding_edge/src/flag-definitions.h Mon Aug 26 14:50:12 2013
UTC
@@ -332,15 +332,6 @@
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.")
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.