Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid cache miss when getting instruct func (#33)
This makes the instruction array a global variable. This improves performance by ~3ns/op. This also includes a new Benchmark for ExecuteNextOpcode()
- Loading branch information