-
Robert Bradshaw authored
__Pyx_PyObject_IsTrue now has only a single branch, even at -O0. (The bitwise | is intentional.) This is only a 2.5% or so speedup in my microbenchmarks, but it's something.
0bc3d7b7
__Pyx_PyObject_IsTrue now has only a single branch, even at -O0. (The bitwise | is intentional.) This is only a 2.5% or so speedup in my microbenchmarks, but it's something.