Comment on Implementing a Virtual Machine in CComments−vbezhenar11yFor 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.−rounak11yAny pointers/links/tutorials for this? Thanks.
Comments
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.
Any pointers/links/tutorials for this? Thanks.