commit | 5c8008e59da8da1eff9c2fc0c93ddae32f725d5f | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri May 23 11:47:32 2014 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri May 23 11:47:32 2014 +0200 |
tree | fffe086975b50feb0e965147713576a45ce0acb9 | |
parent | a52ecc0a02cbc2512c928ca97e2573072ab39655 [diff] | |
parent | 9961405ed122c0f91b063f3237ad47278ae72f62 [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.