Author: Alex Gaynor <[email protected]>
Branch: on-abort-resops
Changeset: r64402:d825c920b6e1
Date: 2013-05-21 13:39 -0700
http://bitbucket.org/pypy/pypy/changeset/d825c920b6e1/
Log: update this guy too
diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py
--- a/rpython/rlib/jit.py
+++ b/rpython/rlib/jit.py
@@ -926,7 +926,7 @@
of JIT running like JIT loops compiled, aborts etc.
An instance of this class will be available as policy.jithookiface.
"""
- def on_abort(self, reason, jitdriver, greenkey, greenkey_repr):
+ def on_abort(self, reason, jitdriver, greenkey, greenkey_repr, logops,
operations):
""" A hook called each time a loop is aborted with jitdriver and
greenkey where it started, reason is a string why it got aborted
"""
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit