- 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

View file

@ -37,6 +37,7 @@
#include "r_state.h"
#include "stats.h"
#include "vmintern.h"
#include "jit.h"
#include "types.h"
extern cycle_t VMCycles[10];