You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
markshannon
changed the title
Implement BINARY_ADD specialization "family" for PEP 659 adaptive interpreter
Specialize BINARY_ADD and INPLACE_ADD
Jul 27, 2021
Uh oh!
There was an error while loading. Please reload this page.
Add specialization "families" for PEP 659 adaptive interpreter for
BINARY_ADD
andINPLACE_ADD
BINARY_ADD
INPLACE_ADD
are worth specializing for a few reasons.s += ".."
for strings does a lot of work that could be done at specialization timeThe text was updated successfully, but these errors were encountered: