commit | 9961405ed122c0f91b063f3237ad47278ae72f62 | [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 | c3cc6c2ed0312469a8b5bfe526a4bc8eb7f13750 | |
parent | e17de091012eb928c5734856eeaf2bb8f99e40c1 [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.