A simple VM for a talk on building VMs
Stars
224
Forks
60
Watchers
224
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
30
commits
broke apart the Context[] stack into a linked-list with invokingContext as parent pointer to caller. added call stack for trace.
2c84176View on GitHubadd the function that tests the local variable allocation; update CALL so that it allocates space for locals
6daee2bView on GitHubCALL instruction now uses function metadata to determine target address and number of arguments
bb6674fView on GitHub