Skip to content

Commit 7fced44

Browse files
Mark tracer function as Py_NO_INLINE
1 parent 4345253 commit 7fced44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ is_terminator(const _PyUOpInstruction *uop)
582582

583583
/* Returns 1 on success (added to trace), 0 on trace end.
584584
*/
585-
int
585+
Py_NO_INLINE int
586586
_PyJit_translate_single_bytecode_to_trace(
587587
PyThreadState *tstate,
588588
_PyInterpreterFrame *frame,

0 commit comments

Comments
 (0)