Replies: 1 comment
-
Heh, I had the same idea and tried this a few weeks ago: python/cpython@main...brandtbucher:lf-lf I wasn't able to move the benchmarks, though (even when adding an additional |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I mentioned this here, but here's a possible super-instruction for when STORE_FAST is followed by a LOAD_FAST with the same oparg.
Benefits:
I haven't benchmarked yet, but I have collected stats for
python -m test
and stats for pyperformance.The test suite resulted in:
And pyperformance resulted in
This might also be beneficial in some comprehensions.
Beta Was this translation helpful? Give feedback.
All reactions