commit | 17b880a5d6b64f1e7d26ec8229e8b41cdf740690 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Mar 11 17:27:02 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Mar 11 17:27:02 2011 +0100 |
tree | 48914ff19d84e0a6802a5a14af640122a0e5bb58 | |
parent | 336c729563a3c0ec0d4955c59100ad772e9feb48 [diff] |
Issue #11244: The peephole optimizer is now able to constant-fold arbitrarily complex expressions. This also fixes a 3.2 regression where operations involving negative numbers were not constant-folded.