mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
fixes, performance check
This commit is contained in:
parent
0ba3c33af5
commit
34675f0cb7
5 changed files with 40 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue