Implement lookahead widening - #1484
Draft
RonaldJudin wants to merge 17 commits into
Draft
Conversation
1 task
Member
|
Is there interest in merging this down the road? |
Member
|
I'm still interested in having this but haven't worked on this since #1483 is still open as well. |
6 tasks
Pilot value needs to use pilot value from returned function too, not main?
| let special man r f args = lift_fun man S.special ((|>) args % (|>) f % (|>) r) | ||
|
|
||
| let enter man r f args = | ||
| M.tracel "LA" "enter: %a" D.pretty man.local; |
| let enter man r f args = | ||
| M.tracel "LA" "enter: %a" D.pretty man.local; | ||
| let (l1, l2) = lift_fun' man S.enter ((|>) args % (|>) f % (|>) r) in | ||
| M.tracel "LA" "enter l1: %a" (Pretty.d_list "\n" D.pretty) l1; |
| M.tracel "LA" "enter: %a" D.pretty man.local; | ||
| let (l1, l2) = lift_fun' man S.enter ((|>) args % (|>) f % (|>) r) in | ||
| M.tracel "LA" "enter l1: %a" (Pretty.d_list "\n" D.pretty) l1; | ||
| M.tracel "LA" "enter l2: %a" (Pretty.d_list "\n" D.pretty) l2; |
Member
|
By merging in #2081, I got rid of the It still comes up with a lot of exceptions and fixpoint errors that need to be fixed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lookahead widening from https://link.springer.com/chapter/10.1007/11817963_41
TODO
threadenter.master.AnalysisState.widening. Now on top of Switch towidenwhich doesn't requireleqon arguments #2081.widenwhich doesn't requireleqon arguments #2081.Speclifter argument conversions until exception handlers insidelift_fun#2108?Invalid_argumentexceptions (on SV-COMP no-overflow).List.map2inenter(somehow only on multi-threaded).ERROR (verify)-s (on SV-COMP no-overflow).