How I implement SSA form. GitHub Gist: instantly share code, notes, and snippets.| Gist
In this blog post I want to show the complete code (in Python3) of how a very simple optimizer for sequences of operations can work. These algorithms could be part of a (really simple) compiler, or a| PyPy
wingolog: article: a simple semi-space collector| wingolog.org
This post is all about speculative compilation, or just speculation for short, in the context of the JavaScriptCore virtual machine.| WebKit
This post is the last in a three-part series about| cfallin.org
Regular Expression Matching: the Virtual Machine Approach| swtch.com