-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge BINARY_*/INPLACE_* into BINARY_OP #89799
Comments
...as discussed in faster-cpython/ideas#101. This change merges all BINARY_/INPLACE_ instructions, except for a few special cases:
It has no mean impact on pyperformance, shrinks the eval loop, and makes it much simpler to implement operator specializations. |
Do you have results for pyperformance? |
Slower (29):
Faster (13):
Benchmark hidden because not significant (16): deltablue, hexiom, meteor_contest, pathlib, pickle, pickle_pure_python, pidigits, scimark_sor, scimark_sparse_mat_mult, sqlalchemy_declarative, sqlite_synth, sympy_sum, tornado_http, unpickle, unpickle_pure_python, xml_etree_parse Geometric mean: 1.00x slower |
Tasks for tomorrow:
|
BINARY_*
/INPLACE_*
intoBINARY_OP
/INPLACE_OP
#29255BINARY_OP
/INPLACE_OP
#29418BINARY_OP
(third time's the charm) #29482%
-formatting fast-path #29532BINARY_OP
#29565Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: