Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r79726:7dfb38c188aa
Date: 2015-09-20 18:46 +0200
http://bitbucket.org/pypy/pypy/changeset/7dfb38c188aa/
Log: another oops
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
@@ -2922,6 +2922,7 @@
key, pos = start_stack[0]
size = len(self.history.operations) - pos
if size > max_size:
+ r = self.jitdriver_sd.warmstate.get_location_str(greenkey)
debug_print("found new longest: %s %d" % (r, size))
max_size = size
max_key = key
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit