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

toUpper and friends are all INLINEd #578

Open
phadej opened this issue Apr 11, 2024 · 1 comment
Open

toUpper and friends are all INLINEd #578

phadej opened this issue Apr 11, 2024 · 1 comment

Comments

@phadej
Copy link
Contributor

phadej commented Apr 11, 2024

So every single call has these functions replicated. Is this intentional? This causes code-bloat for questionable performance benefits (the known call is not that slow).

@Bodigrim
Copy link
Contributor

I'd gladly take a PR replacing INLINE with INLINABLE.

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

No branches or pull requests

2 participants