Author: Maciej Fijalkowski <[email protected]>
Branch: remember-tracing-counts
Changeset: r79631:19f1c8229583
Date: 2015-09-14 15:54 +0200
http://bitbucket.org/pypy/pypy/changeset/19f1c8229583/

Log:    oops

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
@@ -218,7 +218,7 @@
 @unwrap_spec(hash=r_uint)
 @dont_look_inside
 def trace_next_iteration_hash(space, hash):
-    jit_hooks.trace_next_iteration_hash(hash)
+    jit_hooks.trace_next_iteration_hash('pypyjit', hash)
     return space.w_None
 
 class Cache(object):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to