From b30df474998340a76748e90274c3bbeaaa99032f Mon Sep 17 00:00:00 2001 From: Jonathan Russell Date: Tue, 14 Aug 2018 13:02:56 +0100 Subject: [PATCH 1/2] - adds OP_EQ_R, the first instruction using jumps --- src/scripting/vm/jit.cpp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/scripting/vm/jit.cpp b/src/scripting/vm/jit.cpp index cedaffb920..e31bbf4493 100644 --- a/src/scripting/vm/jit.cpp +++ b/src/scripting/vm/jit.cpp @@ -309,6 +309,11 @@ JitFuncPtr JitCompile(VMScriptFunction *sfunc) */ int size = sfunc->CodeSize; + + TArray