Skip to content

Improve control flow loop analysis logic#8480

Merged
ahejlsberg merged 1 commit into
masterfrom
controlFlowLoopLogic
May 5, 2016
Merged

Improve control flow loop analysis logic#8480
ahejlsberg merged 1 commit into
masterfrom
controlFlowLoopLogic

Conversation

@ahejlsberg

@ahejlsberg ahejlsberg commented May 5, 2016

Copy link
Copy Markdown
Member

This PR cleans up and adds more comments to the logic for control flow type analysis of loops. Caches are now associated with the FlowLabel nodes themselves (and not their antecedent nodes) and the odd cases that previously returned undefined no longer occur.

@ahejlsberg

Copy link
Copy Markdown
Member Author

@mhegazy @vladima Give it a look when you get a chance.

@mhegazy

mhegazy commented May 5, 2016

Copy link
Copy Markdown
Contributor

👍

@ahejlsberg ahejlsberg merged commit c26e920 into master May 5, 2016
@mhegazy mhegazy deleted the controlFlowLoopLogic branch May 5, 2016 19:48
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants