New submission from Mark Shannon <m...@hotpy.org>:

Specializing BINARY_ADD is worthwhile for two reasons:

Specializing for ints, floats and strings may give us some small speedup.

It removes the complex checks for the special case of extending a string, `s = 
s + ...` from the normal instruction to a specialized form.

----------
messages: 399830
nosy: Mark.Shannon
priority: normal
severity: normal
status: open
title: Specialize BINARY_ADD using PEP 659 machinery.

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44945>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to