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

Do not pass SBPFVersion by reference #623

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Conversation

LucasSte
Copy link

SBPFVersion is represented as an integer, so using it with references is inefficient. We can remove all references and copy it everywhere.

@LucasSte LucasSte requested a review from Lichtso October 21, 2024 18:07
@LucasSte LucasSte marked this pull request as ready for review October 21, 2024 18:07
@LucasSte LucasSte merged commit 27a56b8 into solana-labs:main Oct 21, 2024
12 checks passed
@LucasSte LucasSte deleted the no-ref branch October 21, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants