Merge pull request #83 from papers-we-love/one-vm-to-rule-them-all

one vm to rule them all
This commit is contained in:
Ines Sombra 2014-04-01 01:05:12 -04:00
commit bc15cfbe99

View File

@ -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.