Bug 481260 - JIT stats in tracemonkey can interfere with stdout-using embeddings. r=jorendorff.

--HG--
extra : rebase_source : deded1db6537352709c91ad36510a0a6c8f1a29d
This commit is contained in:
Wes Garland 2009-03-03 18:15:30 -06:00
Родитель 1a849e763f
Коммит 0467495a28
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4529,7 +4529,7 @@ extern void
js_FinishJIT(JSTraceMonitor *tm)
{
#ifdef JS_JIT_SPEW
if (jitstats.recorderStarted) {
if (js_verboseDebug && jitstats.recorderStarted) {
printf("recorder: started(%llu), aborted(%llu), completed(%llu), different header(%llu), "
"trees trashed(%llu), slot promoted(%llu), unstable loop variable(%llu), "
"breaks(%llu), returns(%llu), unstableInnerCalls(%llu)\n",