From bf785ca01de9ddebf4ae2422a0e407c5f611a18a Mon Sep 17 00:00:00 2001 From: Brian Bowman Date: Mon, 31 Mar 2014 22:01:45 -0400 Subject: [PATCH] one vm to rule them all --- virtual_machines/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 virtual_machines/README.md diff --git a/virtual_machines/README.md b/virtual_machines/README.md new file mode 100644 index 0000000..acd11c6 --- /dev/null +++ b/virtual_machines/README.md @@ -0,0 +1,2 @@ +* [One VM to Rule Them All](https://www.cs.purdue.edu/homes/gkrichar/papers/onward2013-wuerthinger-truffle.pdf) + - This is an exciting VM implementation that incorporates AST node rewriting and an optimizing compiler. It enables the implementation of, and excellent performance for, a wide range of languages.