[Python-Dev] Micro-optimizations by adding special-case bytecodes?

Greg Ewing greg.ewing at canterbury.ac.nz
Wed May 24 18:33:30 EDT 2017


When testing things like this, as well as testing whether it speeds
up your target cases, remember to check that it doesn't slow everything
else down due to the increased size of the eval code pushing something
out of instruction cache or some such effect.

-- 
Greg


More information about the Python-Dev mailing list