This commit is contained in:
profan 2026-06-06 23:55:38 +01:00
parent b654e46f69
commit 0ab99cdd10
1 changed files with 1 additions and 1 deletions

View File

@ -974,7 +974,7 @@ internal static class Interpreter
if (shouldCompileInnerLoop)
{
// invoke the compilation before we go into the parallel context, considerably less fucked
// invoke the compilation before we go into the parallel context, if we haven't already
Compiler.Compile<T>(evaluationInstructions);
}