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

Pass Resolver as const & instead of by value. #1038

Merged
merged 2 commits into from
Apr 14, 2023
Merged

Pass Resolver as const & instead of by value. #1038

merged 2 commits into from
Apr 14, 2023

Conversation

greg7mdp
Copy link
Contributor

I believe this is a more correct way to pass the resolver (which includes multiple std::map containers).

In my testing, I did not see any performance improvements. Possibly it is because these calls are inlined by the compiler.

@greg7mdp greg7mdp requested a review from heifner April 14, 2023 14:12
@heifner heifner added this to the Leap v5.0.0-rc1 milestone Apr 14, 2023
@greg7mdp greg7mdp merged commit daa25c9 into main Apr 14, 2023
@greg7mdp greg7mdp deleted the abi_serializer branch April 14, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants