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

Annotate Allocator methods with #[inline] #223

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

Kmeakin
Copy link
Contributor

@Kmeakin Kmeakin commented Nov 17, 2023

These methods were not annotated with #[inline], meaning they will not be inlined into client crates unless they enable LTO

Copy link
Owner

@fitzgen fitzgen left a comment

Choose a reason for hiding this comment

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

Thanks!

@fitzgen
Copy link
Owner

fitzgen commented Nov 17, 2023

Mind bumping the MSRV to 1.65.0 while you're here? It looks like regex now requires that so the tests aren't passing on 1.63.0 anymore.

@waywardmonkeys
Copy link
Contributor

I ran into the MSRV thing with #224 as well. I'll submit a separate PR that fixes that.

@fitzgen
Copy link
Owner

fitzgen commented Dec 11, 2023

#225 merged so this can be rebased on that and then we can merge it.

These methods were not annotated with `#[inline]`, meaning they will not be
inlined into client crates unless they enable LTO
@Kmeakin
Copy link
Contributor Author

Kmeakin commented Dec 29, 2023

Ready to merge. Sorry it wasn't done sooner, I'd forgotten this patch was pending.

@fitzgen fitzgen merged commit 871e3b3 into fitzgen:main Jan 2, 2024
8 checks passed
@fitzgen
Copy link
Owner

fitzgen commented Jan 2, 2024

Thanks!

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.

None yet

3 participants