-
Notifications
You must be signed in to change notification settings - Fork 123
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
General optimizations #275
Conversation
There is no need to have the address on the outside of the module. Signed-off-by: Peppe289 <gsperanza204@protonmail.com>
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.
Commit 1 to 3 LGTM, thanks for your work!
For commit 4 perhaps we should leave this kind of work for LTO :-)
It reminds me that I was intended to enable |
Seems like |
In cmake I didn't see options for LTO by default. |
yeah optimizing through the compiler is a great option. |
Well, I saw that you changed the CMake. My commit about that is no longer necessary, I will remove it. |
Signed-off-by: Peppe289 <gsperanza204@protonmail.com>
Commit dropped, and fix for conflicts. I had committed to update cmake, but it was done this morning. So it is no longer necessary. Best regards. |
All LGTM, thanks! |
Optimizations
Let's move on to things related to the code:
Unnecessary
I tested it and it seems to work fine.
Thank's for your job.
Best regards Peppe289