We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e4b7f commit ed1a96fCopy full SHA for ed1a96f
1 file changed
Python/pystate.c
@@ -611,14 +611,12 @@ init_interpreter(PyInterpreterState *interp,
611
init_policy(&interp->opt_config.jump_backward_initial_backoff,
612
"PYTHON_JIT_JUMP_BACKWARD_INITIAL_BACKOFF",
613
JUMP_BACKWARD_INITIAL_BACKOFF, 0, MAX_BACKOFF);
614
-#ifdef _Py_TIER2
615
init_policy(&interp->opt_config.side_exit_initial_value,
616
"PYTHON_JIT_SIDE_EXIT_INITIAL_VALUE",
617
side_exit_default, 1, MAX_VALUE);
618
init_policy(&interp->opt_config.side_exit_initial_backoff,
619
"PYTHON_JIT_SIDE_EXIT_INITIAL_BACKOFF",
620
SIDE_EXIT_INITIAL_BACKOFF, 0, MAX_BACKOFF);
621
-#endif
622
623
interp->opt_config.specialization_enabled = !is_env_enabled("PYTHON_SPECIALIZATION_OFF");
624
if (interp != &runtime->_main_interpreter) {
0 commit comments