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

Make SharedAssetDepot implementation not inline #1049

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

kring
Copy link
Member

@kring kring commented Dec 23, 2024

This is just some really light refactoring of SharedAssetDepot before I start making some other changes to it. There are no functional changes here at all, it just moves the method definitions to be external to the class definition. This makes the class a little easier to lead, and avoids the compiler making these methods all inline for no real reason.

Copy link
Contributor

@j9liu j9liu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems straightforward enough. Thanks @kring !

@j9liu j9liu merged commit d642491 into main Dec 23, 2024
22 checks passed
@j9liu j9liu deleted the shared-asset-depot-not-inline branch December 23, 2024 14:45
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