-
Notifications
You must be signed in to change notification settings - Fork 77
Add explicit W set to base protection privatization #1693
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks reasonable! Could you maybe add a regression test where this make a difference?
I will try if this also behaves the intended way in the context of #1636. If it does and after adding a test, we should be good to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It falls short of what the snippet in #1636 achieves, likely because that one encodes a cheap path-sensitivity like behavior.
I pushed the merged verison to https://github.com/goblint/analyzer/tree/tmp_dn_1693 so we can play around with it.
Hmm, I suppose keeping separate |
Sure! I think for |
To each one individually, probably not. I was thinking more along the lines of some kind of generic lifting with the dual |
Regarding #1636 (comment).
Surprisingly, there was even a TODO about it:
analyzer/src/analyses/basePriv.ml
Lines 940 to 943 in a935456