Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r55462:0e4547395030
Date: 2012-06-07 13:02 +0200
http://bitbucket.org/pypy/pypy/changeset/0e4547395030/

Log:    progress

diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst
--- a/pypy/doc/release-1.9.0.rst
+++ b/pypy/doc/release-1.9.0.rst
@@ -69,11 +69,23 @@
 * Sets now have strategies just like dictionaries. This means for example
   that a set containing only ints will be more compact (and faster).
 
-* A lot of progress on various aspects of ``numpypy``.
+* A lot of progress on various aspects of ``numpypy``. See `numpy-status`_
+  page for the automatic report.
 
 * The non-x86 backends for the JIT are progressing but are still not
   merged (ARMv7 and PPC64).
 
+* JIT hooks for inspecting the created assembler code has been improved.
+  See `JIT hooks documentation`_ for details.
 
+JitViewer
+=========
+
+There is a corresponding 1.9 release of JitViewer which is guaranteed to work
+with PyPy 1.9. See `JitViewer docs`_ for details.
+
+.. _`numpy status`: http://buildbot.pypy.org/numpy-status/latest.html
+.. _`JitViewer docs`: http://bitbucket.org/pypy/jitviewer
+.. _`JIT hooks documentation`: http://doc.pypy.org/en/latest/jit-hooks.html
 
 XXX should we do something with whatsnew-1.9.txt?
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to