]> granicus.if.org Git - python/commit
A 2% speed improvement with gcc on low-endian machines. My guess is that this
authorArmin Rigo <arigo@tunes.org>
Sat, 20 Mar 2004 20:03:17 +0000 (20:03 +0000)
committerArmin Rigo <arigo@tunes.org>
Sat, 20 Mar 2004 20:03:17 +0000 (20:03 +0000)
commit1515fc2a013b01819df823a155c6c19e35b9f71a
tree08ffe06be703fba3123d9dfdc78c7a6afff8ab72
parent09240f65f8becdb72bb72bd44817e11c7192b24f
A 2% speed improvement with gcc on low-endian machines.  My guess is that this
new pattern for NEXTARG() is detected and optimized as a single (*short)
loading.
Python/ceval.c