mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-129989: Properly disable tailcall interp in configure (GH-129991)
Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
parent
c26bed1160
commit
359c7dde3b
9 changed files with 287 additions and 286 deletions
2
Python/opcode_targets.h
generated
2
Python/opcode_targets.h
generated
|
@ -1,4 +1,4 @@
|
|||
#ifndef Py_TAIL_CALL_INTERP
|
||||
#if !Py_TAIL_CALL_INTERP
|
||||
static void *opcode_targets[256] = {
|
||||
&&TARGET_CACHE,
|
||||
&&TARGET_BINARY_SLICE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue