rewrite of min()/max() optimisation, now correctly handling temps and types
authorStefan Behnel <scoder@users.berlios.de>
Fri, 16 Jul 2010 05:57:50 +0000 (07:57 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 16 Jul 2010 05:57:50 +0000 (07:57 +0200)
commitf629adda9109d4acfcb5769bf7b2d7cd6e179bad
tree71d6eb9069f2b086f6d14aaad1e259a4c97d623b
parentde519dc7a9c575a732570d6f6bf886ea51fa1f7f
rewrite of min()/max() optimisation, now correctly handling temps and types
Cython/Compiler/Optimize.py
tests/run/min_max_optimization.pyx [new file with mode: 0644]