-
Notifications
You must be signed in to change notification settings - Fork 34
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
Optimize call result push to the stack #602
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #602 +/- ##
==========================================
- Coverage 99.28% 99.27% -0.01%
==========================================
Files 86 86
Lines 13221 13221
==========================================
- Hits 13126 13125 -1
- Misses 95 96 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Clang 11
GCC 10
|
I'd merge #554 first / instead of this. |
The reason I like #554 because that makes it apparent those are two different code paths and we should optimise separately. We can wait for the |
I totally understand that and didn't mean it will change anything, right now, but makes it apparent for us to deviate that code when looking at it. |
d5b745e
to
d30f8c6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would need to squash prior to merging.
|
c0abd7b
to
71bcab2
Compare
Rebased. |
71bcab2
to
c7d1c71
Compare
@chfast merge or not merge? |
c7d1c71
to
62311e8
Compare
62311e8
to
7dd0274
Compare
This is no good. GCC 12
clang 14
|
7dd0274
to
90bd063
Compare
No description provided.