Explore >> Select a destination


You are here

bernsteinbear.com
| | www.pypy.org
6.9 parsecs away

Travel
| | 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
10.2 parsecs away

Travel
| | A lecture on implementing dynamic languages using run-time optimizations.
| | www.pypy.org
10.9 parsecs away

Travel
| | 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
98.6 parsecs away

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