From 0ab99cdd106aa861285f3f1c937c286f40901afb Mon Sep 17 00:00:00 2001 From: profan Date: Sat, 6 Jun 2026 23:55:38 +0100 Subject: [PATCH] hmm yes --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }