Skip to content
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

Inlining #43

Open
JohanWiltink opened this issue Feb 8, 2022 · 0 comments
Open

Inlining #43

JohanWiltink opened this issue Feb 8, 2022 · 0 comments
Labels
idea A potential feature/improvement. Not confirmed. v2 To be implemented for version 2

Comments

@JohanWiltink
Copy link
Collaborator

Certain functions can easily be inlined. Mark these with a pragma #inline and do magic, and you have traded increased compile time for ( probably more ) decreased runtime.

Doing this automatically is possible, but a bit harder.

@Kacarott Kacarott added idea A potential feature/improvement. Not confirmed. v2 To be implemented for version 2 labels Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea A potential feature/improvement. Not confirmed. v2 To be implemented for version 2
Projects
None yet
Development

No branches or pull requests

2 participants