Author: Matti Picus <matti.pi...@gmail.com> Branch: Changeset: r94207:50bc92bdf69a Date: 2018-04-01 08:46 +0300 http://bitbucket.org/pypy/pypy/changeset/50bc92bdf69a/
Log: document merged branch 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 @@ -79,3 +79,10 @@ - in rare "trace is too long" situations, the JIT could break behaviour arbitrarily. + +.. branch: jit-hooks-can-be-disabled + +Be more efficient about JIT hooks. Make it possible for the frontend to declare +that jit hooks are currently not enabled at all. in that case, the list of ops +does not have to be created in the case of the on_abort hook (which is +expensive). _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit