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

Optimize ILReader: don't create stack slots if we can directly created inlined ILAst #2766

Merged
merged 6 commits into from
Sep 8, 2022

Conversation

dgrunwald
Copy link
Member

This is a performance optimization: we dramatically reduce the amount of ILVariables created;
and thus need to spend less time in the first ILInlining run.

@siegfriedpammer siegfriedpammer marked this pull request as ready for review September 7, 2022 20:28
@siegfriedpammer siegfriedpammer linked an issue Sep 7, 2022 that may be closed by this pull request
@siegfriedpammer siegfriedpammer merged commit d631eed into master Sep 8, 2022
@siegfriedpammer siegfriedpammer deleted the opt/ilreader branch September 8, 2022 18:33
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.

same as #1430 appear again
2 participants