[pypy-commit] pypy default: document branch new-jit-log

plan_rich pypy.commits at gmail.com
Mon Jul 25 05:08:11 EDT 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: 
Changeset: r85851:c24a95335e2c
Date: 2016-07-25 11:07 +0200
http://bitbucket.org/pypy/pypy/changeset/c24a95335e2c/

Log:	document branch new-jit-log

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -93,3 +93,7 @@
 of ctypes. This avoids importing ctypes in many small programs and
 scripts, which in turn avoids enabling threads (because ctypes
 creates callbacks at import time, and callbacks need threads).
+
+.. branch: new-jit-log
+
+The new logging facility that integrates with and adds features to vmprof.com.


More information about the pypy-commit mailing list