diff options
author | Mark Shannon <mark@hotpy.org> | 2024-07-18 11:49:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 11:49:24 (GMT) |
commit | 3eacfc1a4d09a9807bedba58ef4037788b6df961 (patch) | |
tree | 3c852f1d2c54a0debe6909e041ff8de08d87b210 /Python/critical_section.c | |
parent | 169324c27a39a4d6a4dd7b313b0de6ab2d1f7e6b (diff) | |
download | cpython-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/critical_section.c')
0 files changed, 0 insertions, 0 deletions