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

budplot should mark scratches as non-monotonic #265

Open
neilconway opened this issue Mar 21, 2012 · 2 comments
Open

budplot should mark scratches as non-monotonic #265

neilconway opened this issue Mar 21, 2012 · 2 comments
Assignees

Comments

@neilconway
Copy link
Member

No description provided.

@ghost ghost assigned palvaro Mar 21, 2012
@palvaro
Copy link
Member

palvaro commented Mar 21, 2012

I see your point that the analysis is not currently sound due to scratch semantics. however, this change is likely to cause most (or all) existing programs to be flagged as divergent. we want something much more specific: 'unguarded asynchrony' is nonmonotonic. we would need to define this as something like: a path from a channel to another channel (or any sideeffect) that does not include at least one persisted table, and DOES include at least one join...

@neilconway
Copy link
Member Author

Well, if this motivates us to make our program analysis more accurate, then so much the better -- I've been advocating for that for a while :) The current situation absolutely needs improvement though.

re: channel => channel, I don't think we need two channels or a join: e.g., count() of a channel being stored into a table is divergent (due to batching).

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

No branches or pull requests

2 participants