diff --git a/Program.cs b/Program.cs index a16cdd0..6833148 100644 --- a/Program.cs +++ b/Program.cs @@ -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(evaluationInstructions); }