Skip to content

Commit 8f854b8

Browse files
mark more things as noinline
1 parent 7fced44 commit 8f854b8

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
@@ -994,7 +994,7 @@ _PyJit_translate_single_bytecode_to_trace(
994994
}
995995

996996
// Returns 0 for do not enter tracing, 1 on enter tracing.
997-
int
997+
Py_NO_INLINE int
998998
_PyJit_TryInitializeTracing(
999999
PyThreadState *tstate, _PyInterpreterFrame *frame, _Py_CODEUNIT *curr_instr,
10001000
_Py_CODEUNIT *start_instr, _Py_CODEUNIT *close_loop_instr, int curr_stackdepth, int chain_depth,

0 commit comments

Comments
 (0)