[issue26201] Faster type checking in listobject.c

Raymond Hettinger report at bugs.python.org
Mon Jan 25 18:18:45 EST 2016


Raymond Hettinger added the comment:

Writing your own static optimizer from scratch is overkill.  Following basic techniques from the Agner Fog manuals and Intel optimization manuals is quite reasonable in comparison.

Unless you see an actual defect in the patch, I'm applying it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26201>
_______________________________________


More information about the Python-bugs-list mailing list