mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 974373: Shows a warning when logging in Odin parallel compilation mode; r=h4writer
This commit is contained in:
parent
0fa623e448
commit
bc88787fba
@ -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