[pypy-commit] pypy remember-tracing-counts: oops

fijal noreply at buildbot.pypy.org
Mon Sep 14 15:54:06 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
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):


More information about the pypy-commit mailing list