]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106529: Cleanups split off gh-112134 (#112214)
authorGuido van Rossum <guido@python.org>
Fri, 17 Nov 2023 19:49:42 +0000 (11:49 -0800)
committerGitHub <noreply@github.com>
Fri, 17 Nov 2023 19:49:42 +0000 (11:49 -0800)
commitbe0bd54c6b3b2382d03f2073070353c8b946902b
treec92d1dacbfd1fe3e7e9bf538538cf48b66c5a4d3
parentb4144979934d7b8448f80c1fbee65dc3bfbce005
gh-106529: Cleanups split off gh-112134 (#112214)

- Double max trace size to 256
- Add a dependency on executor_cases.c.h for ceval.o
- Mark `_SPECIALIZE_UNPACK_SEQUENCE` as `TIER_ONE_ONLY`
- Add debug output back showing the optimized trace
- Bunch of cleanups to Tools/cases_generator/
Include/internal/pycore_uops.h
Makefile.pre.in
Python/bytecodes.c
Python/generated_cases.c.h
Python/optimizer.c
Tools/cases_generator/flags.py
Tools/cases_generator/parsing.py