gcc branch prediction
authorRobert Bradshaw <robertwb@math.washington.edu>
Tue, 10 Jul 2007 22:42:24 +0000 (15:42 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Tue, 10 Jul 2007 22:42:24 +0000 (15:42 -0700)
commit4bce949481a51bce6fe1c1b740e3187a8b672db3
tree5839e418da8a63fb42a9e8b4cd5f5b58fff920c8
parent08b3b0def20044462510e7d57ab102d217d2016e
gcc branch prediction
For some reason, it actually makes it slower in some of the most common cases (now commented out). Why? It does help in others.
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Options.py