Author: Maciej Fijalkowski <[email protected]>
Branch: remember-tracing-counts
Changeset: r79636:807adc80ed23
Date: 2015-09-14 16:31 +0200
http://bitbucket.org/pypy/pypy/changeset/807adc80ed23/
Log: typo
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
@@ -270,7 +270,7 @@
return
if not space.is_true(cache.w_compile_bridge):
return
- w_hash = space.wrap(debug_info.fail_descr.get_hash())
+ w_hash = space.wrap(debug_info.fail_descr.get_jitcounter_hash())
try:
cache.in_recursion = True
try:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit