reduce attribute lookup overhead a bit
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Feb 2013 19:38:39 +0000 (20:38 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Feb 2013 19:38:39 +0000 (20:38 +0100)
commit61ab9c73d85ec6dcc5f5db50f0d75dce96126934
tree567e174b4bc0a04ff33c2addc536914aea4f70e9
parentc4bf2bc5f73989ad0866416028c41bc7d55ec0ba
reduce attribute lookup overhead a bit
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Utility/ObjectHandling.c
Cython/Utility/Optimize.c