Skip to content

Dataflow: Add support reverse partial flow exploration. #4554

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

Merged
merged 4 commits into from
Nov 3, 2020

Conversation

aschackmull
Copy link
Contributor

This adds support for partial flow exploration starting from sinks and going backwards to complement the existing forward partial flow. A few features like type pruning and call-context-based virtual dispatch improvements are left out, so reverse flow is a slight over-approximation compared to the usual forward flow.

@aschackmull aschackmull force-pushed the dataflow/reverse-partial branch from d0fec84 to 2971784 Compare November 3, 2020 08:22
@aschackmull
Copy link
Contributor Author

Rebased to fix conflict (python version moved), and added missing qldoc.

@aschackmull aschackmull merged commit 9249444 into github:main Nov 3, 2020
@aschackmull aschackmull deleted the dataflow/reverse-partial branch November 3, 2020 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants