Skip to content

Commit

Permalink
Bug 1060283 part 1 - Rename IonSpew to JitSpew. r=h4writer
Browse files Browse the repository at this point in the history
--HG--
rename : js/src/jit/IonSpewer.cpp => js/src/jit/JitSpewer.cpp
rename : js/src/jit/IonSpewer.h => js/src/jit/JitSpewer.h
extra : rebase_source : 87ff9b0726ece57555e896a15ed7268a3f1d69e6
  • Loading branch information
jandem committed Sep 2, 2014
1 parent 85d03dd commit d1eae77
Show file tree
Hide file tree
Showing 48 changed files with 787 additions and 787 deletions.
2 changes: 1 addition & 1 deletion js/src/asmjs/AsmJSValidate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6588,7 +6588,7 @@ CheckFunctionsParallel(ModuleCompiler &m)
if (!ParallelCompilationEnabled(m.cx()) || !g.claim())
return CheckFunctionsSequential(m);

IonSpew(IonSpew_Logs, "Can't log asm.js script. (Compiled on background thread.)");
JitSpew(JitSpew_Logs, "Can't log asm.js script. (Compiled on background thread.)");

// Saturate all helper threads.
size_t numParallelJobs = HelperThreadState().maxAsmJSCompilationThreads();
Expand Down
Loading

0 comments on commit d1eae77

Please sign in to comment.