This commit is contained in:
Igor Veresov 2013-10-13 13:22:24 -07:00
commit db9a439624
90 changed files with 2972 additions and 635 deletions

View file

@ -2677,6 +2677,14 @@ class CommandLineFlags {
product(bool, AggressiveOpts, false, \
"Enable aggressive optimizations - see arguments.cpp") \
\
product_pd(uintx, TypeProfileLevel, \
"=XY, with Y, Type profiling of arguments at call" \
" X, Type profiling of return value at call" \
"X and Y in 0->off ; 1->js292 only; 2->all methods") \
\
product(intx, TypeProfileArgsLimit, 2, \
"max number of call arguments to consider for type profiling") \
\
/* statistics */ \
develop(bool, CountCompiledCalls, false, \
"Count method invocations") \
@ -3823,7 +3831,6 @@ class CommandLineFlags {
product(bool, UseLockedTracing, false, \
"Use locked-tracing when doing event-based tracing")
/*
* Macros for factoring of globals
*/