This commit is contained in:
Tom Rodriguez 2008-10-06 13:11:32 -07:00
commit 7633aaa177
12 changed files with 185 additions and 69 deletions

View file

@ -2546,7 +2546,7 @@ class CommandLineFlags {
develop(intx, MaxRecursiveInlineLevel, 1, \
"maximum number of nested recursive calls that are inlined") \
\
develop(intx, InlineSmallCode, 1000, \
product(intx, InlineSmallCode, 1000, \
"Only inline already compiled methods if their code size is " \
"less than this") \
\