summaryrefslogtreecommitdiffstats
path: root/Python/pystrcmp.c
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2024-07-18 11:49:24 (GMT)
committerGitHub <noreply@github.com>2024-07-18 11:49:24 (GMT)
commit3eacfc1a4d09a9807bedba58ef4037788b6df961 (patch)
tree3c852f1d2c54a0debe6909e041ff8de08d87b210 /Python/pystrcmp.c
parent169324c27a39a4d6a4dd7b313b0de6ab2d1f7e6b (diff)
downloadcpython-3eacfc1a4d09a9807bedba58ef4037788b6df961.zip
cpython-3eacfc1a4d09a9807bedba58ef4037788b6df961.tar.gz
cpython-3eacfc1a4d09a9807bedba58ef4037788b6df961.tar.bz2
GH-121784: Generate an error during code gen if a variable is marked `unused`, but is used and thus cached in a prior uop. (#121788)
* Reject uop definitions that declare values as 'unused' that are already cached by prior uops * Track which variables are defined and only load from memory when needed * Support explicit `flush` in macro definitions. * Make sure stack is flushed in where needed.
Diffstat (limited to 'Python/pystrcmp.c')
0 files changed, 0 insertions, 0 deletions