moved method dispatcher implementation from OptimizeBuiltinCalls class into new Metho...
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 18 Jul 2012 20:49:24 +0000 (22:49 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 18 Jul 2012 20:49:24 +0000 (22:49 +0200)
commitfb29416db428dd98d25719a9354e761273a2ae91
treee093572d9ac9982ed8391c567bfec32000941b18
parentbf702727e1bb129e9d74548625658a224ce9e30d
moved method dispatcher implementation from OptimizeBuiltinCalls class into new MethodDispatcherTransform class in Visitor.py to enable reuse
Cython/Compiler/Optimize.py
Cython/Compiler/Visitor.pxd
Cython/Compiler/Visitor.py