On 2015-12-04 12:49, Victor Stinner wrote: [snip] > Constant folding > ================ > > This optimization propagates constant values of variables. Example: > > def func() > x = 1 > y = x > return y > > Constant folding: > > def func() > x = 1 > y = 1 > return 1 > [snip] I don't think that's constant folding, but constant _propagation_. Constant folding is when, say, "1 + 2" replaced by "2".
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4