-
Notifications
You must be signed in to change notification settings - Fork 33
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
Skip nop instructions #638
base: master
Are you sure you want to change the base?
Conversation
Haswell 4 GHz, GCC10 LTO
|
225275a
to
6acac3b
Compare
Codecov Report
@@ Coverage Diff @@
## master #638 +/- ##
=======================================
Coverage 98.36% 98.36%
=======================================
Files 69 69
Lines 9622 9626 +4
=======================================
+ Hits 9465 9469 +4
Misses 157 157 |
6acac3b
to
da8c473
Compare
Last 4 commits to be squashed, but leaving them for the review period. |
EPYC 7601 2.2 GHz, GCC 10
|
EPYC 7601 2.2 GHz, GCC10 LTO
|
Test suggestion: function containing all skipped opcodes, check that it's parsed to single |
Added. |
This was originally included in #622.
I can't get good measurement of the performance on Haswell (I will try other architectures later).
But this is rather no-brainer as we simply execute less interpreter loop iterations and the "internal code" is smaller.