commit | ab4a69158b93ce8bae450a4d3b588d220aab7aea | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri May 23 11:46:03 2014 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri May 23 11:46:03 2014 +0200 |
tree | ab8a7fac013379caf0778a695e2c91a3db9536f1 | |
parent | cc798377b76050d65e1a3c86b7f026d37bca63af [diff] |
Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. This also fixes a quadratic compilation time issue noticeable when compiling code with a large number of "and" and "or" operators.