Skip to content

Implement function calls within the VM runloop #472

@egranata

Description

@egranata

Right now, every time a function is called, the VM goes through calling eval_code_in_frame and one more loop inside the runloop. Instead, it could implement stack frames entirely inside itself, saving a recursive call

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions