|
@@ -139,6 +139,11 @@ A curated list of awesome resources, tools, technologies and source code project
|
|
### Articles
|
|
### Articles
|
|
|
|
|
|
* [Accidentally Turing Complete](http://beza1e1.tuxen.de/articles/accidentally_turing_complete.html).
|
|
* [Accidentally Turing Complete](http://beza1e1.tuxen.de/articles/accidentally_turing_complete.html).
|
|
|
|
+ * Adventures in JIT Compilation by Eli Bendersky:
|
|
|
|
+ + [Part 1 - An Interpreter](http://eli.thegreenplace.net/2017/adventures-in-jit-compilation-part-1-an-interpreter/).
|
|
|
|
+ + [Part 2 - An x64 JIT](http://eli.thegreenplace.net/2017/adventures-in-jit-compilation-part-2-an-x64-jit/).
|
|
|
|
+ + [Part 3 - LLVM](http://eli.thegreenplace.net/2017/adventures-in-jit-compilation-part-3-llvm/).
|
|
|
|
+ + [Part 4 - In Python](http://eli.thegreenplace.net/2017/adventures-in-jit-compilation-part-4-in-python/).
|
|
|
|
|
|
|
|
|
|
### Tutorials
|
|
### Tutorials
|