[compiler-v2] v2 uses more stack space #14243
Labels
bug
Something isn't working
compiler-v2-stable
compiler-v2
stale-exempt
Prevents issues from being automatically marked and closed as stale
Given the following source:
... v1 creates bytecode which pops the unused
*y
immediately from the stack:But v2 waits with the pop until the end:
Need to investigate whether this is a sign of a deeper issue in stack size usage in real world code.
The text was updated successfully, but these errors were encountered: