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

Inlining blocks and infinite loops #22

Open
tomsik68 opened this issue Aug 28, 2019 · 0 comments
Open

Inlining blocks and infinite loops #22

tomsik68 opened this issue Aug 28, 2019 · 0 comments

Comments

@tomsik68
Copy link
Member

Inliner condition "goto is the only instruction of the block" works everywhere except infinite loops.
The condition could be refined in a way that no block in infinite loop can be inlined. This way, we could get inlining of single instruction blocks back.

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

1 participant