gh-97912: Avoid quadratic behavior when adding LOAD_FAST_CHECK (GH-97952)
* The compiler analyzes the usage of the first 64 local variables all at once using bit masks. * Local variables beyond the first 64 are only partially analyzed, achieving linear time.
D
Dennis Sweeney committed
39bc70e267929600057d62103739b7160e69dc8b
Parent: 6f15ca8
Committed by GitHub <noreply@github.com>
on 10/20/2022, 10:27:41 PM