Author: Maciej Fijalkowski <[email protected]>
Branch: remember-tracing-counts
Changeset: r79625:5b5ad3a216ec
Date: 2015-09-14 14:29 +0200
http://bitbucket.org/pypy/pypy/changeset/5b5ad3a216ec/
Log: a bit more advanced
diff --git a/pypy/module/pypyjit/interp_jit.py
b/pypy/module/pypyjit/interp_jit.py
--- a/pypy/module/pypyjit/interp_jit.py
+++ b/pypy/module/pypyjit/interp_jit.py
@@ -252,7 +252,7 @@
return
for i, op in enumerate(debug_info.operations):
if op.is_guard():
- w_t = space.newtuple([space.wrap(i),
space.wrap(op.get_hash())])
+ w_t = space.newtuple([space.wrap(i),
space.wrap(op.getopnum()), space.wrap(op.get_hash())])
l_w.append(w_t)
try:
cache.in_recursion = True
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit