mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-129819: Allow tier2/JIT and tailcall (GH-129820)
This commit is contained in:
parent
11bb08e4ec
commit
1b27f36eb0
5 changed files with 3 additions and 27 deletions
12
configure
generated
vendored
12
configure
generated
vendored
|
@ -29284,18 +29284,6 @@ esac
|
|||
fi
|
||||
|
||||
|
||||
# Do not enable tail-calling interpreter if tier 2 is enabled.
|
||||
if ${tier2_flags:+false} :
|
||||
then :
|
||||
|
||||
case "$ac_cv_tail_call" in yes*)
|
||||
|
||||
printf "%s\n" "#define Py_TAIL_CALL_INTERP 1" >>confdefs.h
|
||||
|
||||
esac
|
||||
|
||||
fi
|
||||
|
||||
|
||||
case $ac_sys_system in
|
||||
AIX*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue