]> granicus.if.org Git - python/commit
Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 May 2014 09:47:32 +0000 (11:47 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 May 2014 09:47:32 +0000 (11:47 +0200)
commit5c8008e59da8da1eff9c2fc0c93ddae32f725d5f
treefffe086975b50feb0e965147713576a45ce0acb9
parenta52ecc0a02cbc2512c928ca97e2573072ab39655
parent9961405ed122c0f91b063f3237ad47278ae72f62
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.
Misc/NEWS
Python/compile.c