mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 974373: Shows a warning when logging in Odin parallel compilation mode; r=h4writer
This commit is contained in:
parent
886d3fd038
commit
75cee27b76
@ -5684,6 +5684,8 @@ 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.)");
|
||||
|
||||
// Saturate all worker threads plus the main thread.
|
||||
size_t numParallelJobs = WorkerThreadState().threadCount + 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user