Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add first draft of instrumented virtual machine (#713)
In this PR I develop a tracing virtual machine for Core. This will allow us to: - check whether optimizations actually optimize things - measure different aspects of the evaluation as part of CI and make sure that changes do not invalidate optimizations - implement a debugger / visualizer in the long run
- Loading branch information