[issue26647] ceval: use Wordcode, 16-bit bytecode

STINNER Victor report at bugs.python.org
Tue Apr 12 12:29:01 EDT 2016


STINNER Victor added the comment:

module_finder.patch: cleanup (optimize?) modulefinder.ModuleFinder.scan_opcodes_25(): Use an index rather than creating a lot of substrings.

It's unrelated to Wordcode, it's just that I noticed the inefficient code while reviewing the whole patch.

----------
Added file: http://bugs.python.org/file42446/module_finder.patch

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


More information about the Python-bugs-list mailing list