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

Mark simple getters and setters as inline #3108

Merged
merged 3 commits into from
Nov 26, 2024
Merged

Mark simple getters and setters as inline #3108

merged 3 commits into from
Nov 26, 2024

Conversation

Vankata453
Copy link
Member

Simple get_ and set_ member functions in classes, as well as functions that are meant to simply call another function in the class, have been marked with the inline compiler hint, so we can ensure function calls will be eliminated whenever possible.

Simple `get_` and `set_` member functions in classes, as well as functions that are meant to simply call another function in the class, have been marked with the `inline` compiler hint, so we can ensure function calls will be eliminated whenever possible.
@Vankata453 Vankata453 added involves:performance category:code status:needs-review Work needs to be reviewed by other people labels Nov 22, 2024
@Vankata453 Vankata453 merged commit 3d4b418 into master Nov 26, 2024
@Vankata453 Vankata453 deleted the inline-hint branch November 26, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:code involves:performance status:needs-review Work needs to be reviewed by other people
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant