Beispiel #1
0
def dont_trace_here(space, next_instr, is_being_profiled, w_pycode):
    ll_pycode = cast_instance_to_gcref(w_pycode)
    jit_hooks.dont_trace_here(
        'pypyjit', r_uint(next_instr), int(is_being_profiled), ll_pycode)
    return space.w_None
Beispiel #2
0
 def main(s, check):
     if check:
         jit_hooks.dont_trace_here("jit", 0)
     loop(30, s)
Beispiel #3
0
 def main(s, check):
     if check:
         jit_hooks.dont_trace_here("jit", 0)
     loop(30, s)