Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Virtual Machine Design and Implementation C/C++ Review by Abraham

A good starting point

To the author's credit he has atleast shown the way to a VM design, even if the design has some problems. If a good enough programmer gets his or her hands on this book, they can build on it and take it to the next level with some effort. The book is not meant to teach C or C++ and that is not the intent of the book either. Consider the code accompanying the book as the first iteration of a VM that needs to be refined further.