6912064: type profiles need to be exploited more for dynamic language support

Reviewed-by: kvn
This commit is contained in:
John R Rose 2010-08-20 23:40:30 -07:00
parent a54b1ff70e
commit c7e50e8305
8 changed files with 204 additions and 64 deletions

View file

@ -2476,6 +2476,9 @@ class CommandLineFlags {
develop(bool, MonomorphicArrayCheck, true, \
"Uncommon-trap array store checks that require full type check") \
\
diagnostic(bool, ProfileDynamicTypes, true, \
"do extra type profiling and use it more aggressively") \
\
develop(bool, DelayCompilationDuringStartup, true, \
"Delay invoking the compiler until main application class is " \
"loaded") \