SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 43 Python

GH-131729: Code-gen better liveness analysis (GH-131732)

* Rename 'defined' attribute to 'in_local' to more accurately reflect how it is used

* Make death of variables explicit even for array variables.

* Convert in_memory from boolean to stack offset

* Don't apply liveness analysis to optimizer generated code

* Fix RETURN_VALUE in optimizer
M
Mark Shannon committed
1b8bb1ed0c4243796af531a35de982bc4f028215
Parent: b9ca438
Committed by GitHub <noreply@github.com> on 3/26/2025, 3:21:35 PM