Author: Alex Gaynor <[email protected]>
Branch:
Changeset: r67529:826d0ebef267
Date: 2013-10-22 16:25 -0700
http://bitbucket.org/pypy/pypy/changeset/826d0ebef267/
Log: Include teh location of the abort
diff --git a/rpython/jit/metainterp/pyjitpl.py
b/rpython/jit/metainterp/pyjitpl.py
--- a/rpython/jit/metainterp/pyjitpl.py
+++ b/rpython/jit/metainterp/pyjitpl.py
@@ -1922,7 +1922,7 @@
def aborted_tracing(self, reason):
self.staticdata.profiler.count(reason)
- debug_print('~~~ ABORTING TRACING')
+ debug_print('~~~ ABORTING TRACING inside: %s' %
self.framestack[-1].jitcode.name)
jd_sd = self.jitdriver_sd
if not self.current_merge_points:
greenkey = None # we're in the bridge
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit