cpython/Python
Mark Shannon 4bbb367ba6
GH-111848: Set the IP when de-optimizing (GH-112065)
* Replace jumps with deopts in tier 2

* Fewer special cases of uop names

* Add target field to uop IR

* Remove more redundant SET_IP and _CHECK_VALIDITY micro-ops

* Extend whitelist of non-escaping API functions.
2023-11-15 15:48:58 +00:00
..
clinic
deepfreeze
frozen_modules
_warnings.c
abstract_interp_cases.c.h GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045) 2023-11-14 15:30:33 +00:00
adaptive.md
asdl.c
asm_trampoline.S
assemble.c
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c gh-111999: Add signatures and improve docstrings for builtins (GH-112000) 2023-11-13 09:13:49 +02:00
bootstrap_hash.c
bytecodes.c GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045) 2023-11-14 15:30:33 +00:00
ceval.c GH-111848: Set the IP when de-optimizing (GH-112065) 2023-11-15 15:48:58 +00:00
ceval_gil.c
ceval_macros.h
codecs.c
compile.c gh-107149: make new opcode util functions private rather than public and unstable (#112042) 2023-11-14 00:31:02 +00:00
condvar.h
context.c
critical_section.c
crossinterp.c
dtoa.c
dup2.c
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
emscripten_signal.c
emscripten_trampoline.c
errors.c
executor_cases.c.h GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045) 2023-11-14 15:30:33 +00:00
fileutils.c gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038) 2023-11-13 16:10:06 +00:00
flowgraph.c
formatter_unicode.c
frame.c
frozen.c
frozenmain.c
future.c
generated_cases.c.h GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045) 2023-11-14 15:30:33 +00:00
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c gh-111262: Add PyDict_Pop() function (#112028) 2023-11-14 12:51:00 +00:00
importdl.c
initconfig.c
instrumentation.c
intrinsics.c gh-107149: make new opcode util functions private rather than public and unstable (#112042) 2023-11-14 00:31:02 +00:00
legacy_tracing.c
lock.c
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
optimizer.c GH-111848: Set the IP when de-optimizing (GH-112065) 2023-11-15 15:48:58 +00:00
optimizer_analysis.c GH-111848: Set the IP when de-optimizing (GH-112065) 2023-11-15 15:48:58 +00:00
parking_lot.c
pathconfig.c
perf_trampoline.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
pymath.c
pystate.c
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906) 2023-11-13 13:05:17 +00:00
Python-tokenize.c
pythonrun.c
pytime.c
README
specialize.c
stdlib_module_names.h
structmember.c
suggestions.c
symtable.c
sysmodule.c gh-111262: Add PyDict_Pop() function (#112028) 2023-11-14 12:51:00 +00:00
thread.c
thread_nt.h
thread_pthread.h gh-81925: Implement native thread ids for kFreeBSD (#111761) 2023-11-09 21:02:30 +01:00
thread_pthread_stubs.h
traceback.c Remove dead code left after gh-110721 (#111905) 2023-11-10 22:30:01 +00:00
tracemalloc.c
vm-state.md

Miscellaneous source files for the main Python shared library