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

Alternative solution for issue 3281 #154

Closed
wants to merge 1 commit into from

Conversation

d367wang
Copy link

This is an alternative for PR#151 to fix typetools#3281 by adding auxiliary assignment for expression statements followed by an if-statement, which causes merging of store branches during dataflow analysis.

@wmdietl
Copy link
Member

wmdietl commented Jul 31, 2020

From our meeting today: see whether not having statementBeforeIf has a big performance impact.
for (;true;) has the same problem, so add more test cases.

@wmdietl
Copy link
Member

wmdietl commented Jan 28, 2022

Closed in favor of #161

@wmdietl wmdietl closed this Jan 28, 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

Successfully merging this pull request may close these issues.

Dataflow facts from ExpressionStatements
2 participants