Hacker News new | ask | show | jobs
by vbezhenar 4053 days ago
For those who want to implement a VM as an exercise, I recommend to implement a simple JIT-compiler after that. You'll probably be impressed at performance improvements and it's funny exercise to do. I used GNU lightning to generate machine code.
1 comments

Any pointers/links/tutorials for this? Thanks.