The code generated by DECREF_INPUTS()
is often inefficient and complex
#131695
Labels
DECREF_INPUTS()
is often inefficient and complex
#131695
For example, this change in
Python/bytecodes.c
......gives this diff in
generated_cases.c.h
:I would expect the code generated for
DECREF_INPUTS()
to be the same, without thetmp
shuffle or redundant store ofres
after the decrefs have been performed.@markshannon mentioned that this should be at least partially addressed by GH-131498.
The text was updated successfully, but these errors were encountered: