コード例 #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
ファイル: test_jitiface.py プロジェクト: abhinavthomas/pypy
 def foo():
     if hashes.l:
         for item in hashes.l:
             jit_hooks.trace_next_iteration_hash("name", item)
コード例 #3
0
ファイル: test_jitiface.py プロジェクト: sczfaker/pypy
 def foo():
     if hashes.l:
         for item in hashes.l:
             jit_hooks.trace_next_iteration_hash("name", item)