speed up tree visitor somewhat by moving code out of the critical methods
authorStefan Behnel <scoder@users.berlios.de>
Wed, 9 Dec 2009 08:31:18 +0000 (09:31 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 9 Dec 2009 08:31:18 +0000 (09:31 +0100)
commit992219fc9340bbc86a918dc9520fbe38c387fe1a
tree50563323fd33fca18f6c8d28e13b8b09db6bb611
parentd6bc4573aee7f810dcfcfe342c4bff50ec6adb98
speed up tree visitor somewhat by moving code out of the critical methods
Cython/Compiler/Visitor.pxd
Cython/Compiler/Visitor.py