[pypy-commit] pypy default: Document.

arigo noreply at buildbot.pypy.org
Sun Jun 3 15:25:47 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r55282:d568e4badf9c
Date: 2012-06-03 15:25 +0200
http://bitbucket.org/pypy/pypy/changeset/d568e4badf9c/

Log:	Document.

diff --git a/pypy/doc/whatsnew-1.9.rst b/pypy/doc/whatsnew-1.9.rst
--- a/pypy/doc/whatsnew-1.9.rst
+++ b/pypy/doc/whatsnew-1.9.rst
@@ -16,6 +16,8 @@
 .. branch: jit-frame-counter
 Put more debug info into resops.
 .. branch: kill-geninterp
+Kill "geninterp", an old attempt to statically turn some fixed
+app-level code to interp-level.
 .. branch: kqueue
 Finished select.kqueue.
 .. branch: kwargsdict-strategy


More information about the pypy-commit mailing list