- Inferno Virtual Machine – from Bell Lab
- Virtual-Machine-based Rootkit – not just about virtual machine….
- A homemade JVM – in C++
- http://blog.kuashaonline.com/2007/05/msil-to-c-theory-development-begins.html
- http://en.wikipedia.org/wiki/X86_calling_conventions
- http://blog.kuashaonline.com/2010/07/just-in-time-compiler-for-managed.html – a series about JIT compiler
- http://www.flipcode.com/ is about 3d graphics and game development – it has some seriously decent articles
- http://www.flipcode.com/archives/Implementing_A_Scripting_Engine-Part_1_Overview.shtml
- Virtual Machine Design & Implementation in C++ – it’s a good idea, but feels its choices are quite irrelevant. For example – it does not deal with threads, nor does it deal with garbage collections… for what I am looking for it’s missing quite a bit of things
- http://lambda-the-ultimate.org/node/1032
- Writing Compilers and Interpreters – A Software Engineering Approach – Ronald Mak
- Memory Management – Algorithm & Implementation in C/C++ – Bill Bludgen
- Virtual Machines – Versatile Platforms for Systems and Processes – Jim Smith
- Virtual Machines – Ian Craig
- Forth is a Double-Stack Machine – should this be considered as a VM (i.e. is it easy to implement other languages on top of Forth)?
- http://lambda-the-ultimate.org/node/2316 – Forth is a back facing lisp
- Forth in Java & Javascript
- http://www.velocityreviews.com/forums/t731445-re-why-forth-over-lisp.html – this is probably from comp.lang.c
- http://www.rhinocerus.net/forum/lang-forth/109863-forth-lisp-perfect-marriage.html
- Forth written in Lisp
- http://news.ycombinator.com/item?id=942684 – supposed to link to Jones Forth but didn’t (actually Jonesforth old link is now inactive)
- SECD Virtual Machine
- http://www.rhinocerus.net/forum/lang-forth/109863-forth-lisp-perfect-marriage.html
- Implementing Forth in LUA
- http://stackoverflow.com/questions/3205861/which-forth-to-start-porting-from
- http://lambda-the-ultimate.org/classic/message1775.html
- http://developers.slashdot.org/story/01/09/11/139249/Chuck-Moore-Holds-Forth
- Starting Forth – online version
- This is about writing virtual machine like vmware or virtuabox – but still interesting
- Virtual Machine implemented in C#
- discussions on virtual machine for gaming
- http://codespeak.net/pypy/extradoc/talk/dyla2007/dyla.pdf
- http://weblogs.asp.net/brianbec/archive/2006/03/10/440017.aspx
- http://stackoverflow.com/questions/3134585/book-recommendation-to-learn-more-about-application-virtual-machines
- Java
- A language and tool for generating efficient virtual machine interpreters – David Gregg
Follow Me!