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

Add alternative to GetOrderedDependencies that finds all possible expressions #45

Open
Washi1337 opened this issue Aug 3, 2020 · 1 comment
Labels
data-flow Issue related to the data flow analysis modules of Echo. enhancement New feature or request

Comments

@Washi1337
Copy link
Owner

Summary:
Currently, GetOrderedDependencies only returns the first expression that it can find to evaluate a certain data dependency. If a symbolic value has multiple data sources, only one of these sources is included. The proposal is to add an alternative that finds all of them.

Complications:
This might become a very inefficient algorithm.

@Washi1337 Washi1337 added enhancement New feature or request data-flow Issue related to the data flow analysis modules of Echo. labels Aug 3, 2020
@mirec12590
Copy link

I would like to look at this method and look at some alternatives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-flow Issue related to the data flow analysis modules of Echo. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants