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

Measure inlining of methods #453

Open
cornerman opened this issue Sep 14, 2020 · 2 comments
Open

Measure inlining of methods #453

cornerman opened this issue Sep 14, 2020 · 2 comments

Comments

@cornerman
Copy link
Member

Especially the Render typeclass. There are some noinline annotations on methods, that decrease code-size but lead to instanciations of inlined classes.

@cornerman cornerman added this to the 1.0 milestone Sep 14, 2020
@fdietze
Copy link
Member

fdietze commented Sep 14, 2020

This is probably different (better) with Scala 2.13, since it it has a new inliner afaik.

@cornerman
Copy link
Member Author

Nice, good point! Then best to make a comparison between 2.12 and 2.13. Though, I would then tend to optimize for 2.13.

@fdietze fdietze removed this from the 1.0 milestone May 30, 2022
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