Skip to content

Commit 2204e8f

Browse files
committed
Try to remove warmup_critical_function from dispatch method
1 parent 2c3f72f commit 2204e8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pypy/interpreter/pyopcode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class __extend__(pyframe.PyFrame):
5454

5555
### opcode dispatch ###
5656

57-
@warmup_critical_function
5857
def dispatch(self, pycode, next_instr, ec):
5958
from pypy.module.pypyjit.interp_jit import pypyjitdriver
6059
self = jit.hint(self, access_directly=True)

0 commit comments

Comments
 (0)