예제 #1
0
파일: interp_jit.py 프로젝트: sota/pypy-old
def trace_next_iteration_hash(space, hash):
    jit_hooks.trace_next_iteration_hash('pypyjit', hash)
    return space.w_None
예제 #2
0
 def foo():
     if hashes.l:
         for item in hashes.l:
             jit_hooks.trace_next_iteration_hash("name", item)
예제 #3
0
 def foo():
     if hashes.l:
         for item in hashes.l:
             jit_hooks.trace_next_iteration_hash("name", item)