Bug 892369 - Update the default value of the 'usesBeforeCompile' option in

jsshell's usage. r=bhackett
This commit is contained in:
Wei Wu 2013-07-12 09:25:41 -04:00
Родитель 21f841bfd8
Коммит 80a7845ac7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5281,7 +5281,7 @@ main(int argc, char **argv, char **envp)
"Don't compile very large scripts (default: on, off to disable)") "Don't compile very large scripts (default: on, off to disable)")
|| !op.addIntOption('\0', "ion-uses-before-compile", "COUNT", || !op.addIntOption('\0', "ion-uses-before-compile", "COUNT",
"Wait for COUNT calls or iterations before compiling " "Wait for COUNT calls or iterations before compiling "
"(default: 10240)", -1) "(default: 1000)", -1)
|| !op.addStringOption('\0', "ion-regalloc", "[mode]", || !op.addStringOption('\0', "ion-regalloc", "[mode]",
"Specify Ion register allocation:\n" "Specify Ion register allocation:\n"
" lsra: Linear Scan register allocation (default)\n" " lsra: Linear Scan register allocation (default)\n"