Author: Carl Friedrich Bolz <[email protected]> Branch: extradoc Changeset: r4690:fae24918c23a Date: 2012-08-17 17:29 +0200 http://bitbucket.org/pypy/extradoc/changeset/fae24918c23a/
Log: PyPy's tracing JIT -> RPython's tracing JIT diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex --- a/talk/dls2012/paper.tex +++ b/talk/dls2012/paper.tex @@ -187,7 +187,7 @@ language. His approach allows to reuse all forward pass optimizations to achieve loop invariant code motion and other loop-related optimizations, which greatly simplifies the implementation. We have implemented -the same approach in PyPy's tracing JIT compiler, the results of which we +the same approach in RPython's tracing JIT compiler, the results of which we present here. The resulting optimizations one gets using this scheme are in no way novel, most _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
