- destroy the jit runtime when all script functions are destroyed
This commit is contained in:
parent
9d68d43ce7
commit
e557e8fac0
3 changed files with 32 additions and 3 deletions
|
|
@ -4,3 +4,4 @@
|
|||
#include "vmintern.h"
|
||||
|
||||
JitFuncPtr JitCompile(VMScriptFunction *func);
|
||||
void JitCleanUp(VMScriptFunction *func);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue