- embed and use asmjit to JIT ZScript VM functions

This commit is contained in:
Magnus Norddahl 2018-08-12 02:11:13 +02:00
commit cbb945d8a7
79 changed files with 50124 additions and 2 deletions

6
src/scripting/vm/jit.h Normal file
View file

@ -0,0 +1,6 @@
#pragma once
#include "vmintern.h"
JitFuncPtr JitCompile(VMScriptFunction *func);