-
Notifications
You must be signed in to change notification settings - Fork 84
IntDomain code optimizations #943
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
Merged
sim642
merged 39 commits into
goblint:master
from
adelavais:int-domain-code-optimizations
Mar 21, 2023
Merged
Changes from 27 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
a6a4972
Update make.sh to also install ocaml with flambda
mrstanb f0ed9a2
Update make.sh for the right flambda switch + update goblint.opam.locked
mrstanb 9f8fbf2
Remove eval from opam_setup_flambda
mrstanb 3be6067
Update README with flambda installation info
mrstanb 9b8a1dd
added lazy evaluation
4c11f90
Replace frequent get_bool calls with variable lookups
mrstanb 0230f6b
Memoize config value for ana.int.interval_threshold_widening
mrstanb d0a4492
Memoize config value for ana.int.interval_narrow_by_meet and ana.int.…
KhalilCK 847bf52
add record to store config variables
7a65b20
Create configUtil module and use it also in base.ml
mrstanb 444cdd3
Refactor get_*_config functions to avoid string matching
mrstanb bd90897
Using Sequence Module to perform map
KhalilCK 7d271fb
Remove configUtil module and put everything back in intDomain
mrstanb 302fb62
Using Sequence Module to perform map on all methods on base.ml
KhalilCK 216ffaa
Solving some errors of merge conflicts
KhalilCK d3a1d63
Change types of some ana_int_config_values fields to bool option
mrstanb 2ba3fcc
Revert "Using Sequence Module to perform map"
mrstanb 0a5d1b1
Revert "Using Sequence Module to perform map on all methods on base.ml"
mrstanb 864a0a0
Revert "Solving some errors of merge conflicts"
mrstanb dca7b93
Fix indentation in base.ml
mrstanb 8ef8dcf
Remove commented out code
mrstanb 704e6e9
Fix indentation
mrstanb ade90e7
Remove usage of deleted ConfigUtil module
mrstanb 51bd0ee
Clean up base.ml from legacy config optimizations
mrstanb c5461fa
Replace extract_from_option with Option.get everywhere
mrstanb ca8945b
Bring base.ml back to how it was (and fix indentation errors there)
mrstanb d98d4b3
Fix indentation error in base.ml
mrstanb 1bd3e9b
Remove README autoformatting changes
mrstanb a5f638d
More README formatting fixes
mrstanb 017a721
Reset record values in intDomain when resetting lazy values
mrstanb 7c2455a
Optimize with ref variables for config reading in precisionUtil and c…
mrstanb d5ae8ea
Fix indent issues
mrstanb a491a8f
Fix FloatDomain accessing IntDomain options at initialization time
sim642 b564581
Merge branch 'master' into int-domain-code-optimizations
sim642 812d627
Revert unrelated changes
sim642 4f158fc
Reset PrecisionUtil option caching in server mode
sim642 7fb540e
Fix FloatDomainTest by resetting cached int domain activations
sim642 07a2af4
Merge branch 'master' into int-domain-code-optimizations
sim642 5ea4c87
Merge branch 'master' into int-domain-code-optimizations
sim642 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.