]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-102305: Expand some macros in generated_cases.c.h (#102309)
authorGuido van Rossum <guido@python.org>
Tue, 28 Feb 2023 16:49:35 +0000 (08:49 -0800)
committerGitHub <noreply@github.com>
Tue, 28 Feb 2023 16:49:35 +0000 (08:49 -0800)
commitb5ff38243355c06d665ba8245d461a0d82504581
tree6276cff6f7cd7ee9e79d4ddace9e4b2d27d81a22
parente1a90ec75cd0f5cab21b467a73404081eaa1077f
GH-102305: Expand some macros in generated_cases.c.h (#102309)

* Emit straight stack_pointer[-i] instead of PEEK(i), POKE(i, ...)
* Expand JUMPBY() and NEXTOPARG(), and fix a perf bug
Python/generated_cases.c.h
Tools/cases_generator/generate_cases.py