fixes, performance check

This commit is contained in:
ProgramSnail 2024-11-09 23:32:09 +03:00
parent 0ba3c33af5
commit 34675f0cb7
5 changed files with 40 additions and 8 deletions

View file

@ -45,6 +45,7 @@ struct State {
void **sp; // stack pointer
struct Frame *fp; // function frame pointer
bytefile *bf;
int current_line;
bool is_closure_call;