new shil interpreter

This commit is contained in:
Joseph Mattiello 2025-07-06 16:41:17 -04:00
parent 66762ff325
commit 2d7503153d
2 changed files with 921 additions and 292 deletions

File diff suppressed because it is too large Load Diff

View File

@ -67,4 +67,8 @@ extern bool enable_shil_interpreter;
void init_shil_interpreter_setting();
/// SHIL interpretation mainloop
void shil_interpreter_mainloop(void* v_cntx);
void shil_interpreter_mainloop(void* v_cntx);
/// SHIL cache management functions
void shil_interpreter_clear_cache();
void shil_interpreter_print_stats();