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

Automatically return All-bottom edge function for seeds #11

Open
ericbodden opened this issue Jan 29, 2015 · 2 comments
Open

Automatically return All-bottom edge function for seeds #11

ericbodden opened this issue Jan 29, 2015 · 2 comments
Assignees

Comments

@ericbodden
Copy link
Member

It seems that in IDE we always want to return the all-bottom edge function at initial seeds, if the input is zero. This should be added as a default to discourage mistakes on the side of the client analysis.

@ericbodden ericbodden self-assigned this Jan 29, 2015
@johanneslerch
Copy link
Contributor

This would be analog to the initialization of JumpFn with all-top edge functions. Nevertheless, it is different to the original algorithm as described in the IDE paper. There they use id edge functions for the seeds.

A third alternative may make even more sense: The current implementation allows clients to use facts other than ZERO at seeds. In addition, we could allow clients to provide custom values as well, while defaulting to Bottom. This would make analyses easier that require different start values for different kinds of seeds.

@ericbodden
Copy link
Member Author

see #14 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants