Skip to content

Commit d04d9ac

Browse files
committed
Turn on function entry executors
1 parent 250c073 commit d04d9ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/bytecodes.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ dummy_func(
141141
// BEGIN BYTECODES //
142142

143143
replaced inst(FUNCTION_START, (unused/1 --)) {
144-
if (0) {
145144
#if ENABLE_SPECIALIZATION
146145
_Py_BackoffCounter counter = this_instr[1].counter;
147146
if (backoff_counter_triggers(counter)) {
@@ -161,7 +160,6 @@ dummy_func(
161160
ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
162161
}
163162
#endif /* ENABLE_SPECIALIZATION */
164-
}
165163
}
166164

167165
pure inst(NOP, (--)) {

0 commit comments

Comments
 (0)