split builtin type call optimisations into pre and post type analysis phase
authorStefan Behnel <scoder@users.berlios.de>
Mon, 7 Dec 2009 23:59:22 +0000 (00:59 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 7 Dec 2009 23:59:22 +0000 (00:59 +0100)
commitc7dbcf9a01505a58f1f29eacb2d74ef44db4ee69
tree8d8fdbd6f10c9ad324ef0d13b2ca93e6e92f8325
parent21442abae90475c288970438ff645da4b5710e19
split builtin type call optimisations into pre and post type analysis phase
Cython/Compiler/ExprNodes.py
Cython/Compiler/Main.py
Cython/Compiler/Optimize.py