- destroy the jit runtime when all script functions are destroyed

This commit is contained in:
Magnus Norddahl 2018-08-18 17:50:47 +02:00
commit e557e8fac0
3 changed files with 32 additions and 3 deletions

View file

@ -4,3 +4,4 @@
#include "vmintern.h"
JitFuncPtr JitCompile(VMScriptFunction *func);
void JitCleanUp(VMScriptFunction *func);