You are here |
bernsteinbear.com | ||
| | | |
www.pypy.org
|
|
| | | | In my last post I've described how to use Z3 to find simple local peephole optimization patterns for the integer operations in PyPy's JIT. An example is int_and(x, 0) -> 0. In this post I want to scal | |
| | | |
stefan-marr.de
|
|
| | | | A lecture on implementing dynamic languages using run-time optimizations. | |
| | | |
www.pypy.org
|
|
| | | | Introduction This post started as a quick note summarizing a recent experiment I carried out upon a small RPython interpreter by rewriting it in an uncommon style. It is written for folks who have alr | |
| | | |
blog.chromium.org
|
|
| | One of the new features in the most recent dev-channel release of Google Chrome (2.0.160.0) is Irregexp, a completely new implementation of... |