-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Heapster/exponential code explosion (#1528)
NOTE: the heapster-tests tests succeeded last time through the CI, so I'm going to push this even though they haven't finished this time... * short-circut true `BVProp_Neq`s in the translation * fixed a bug in splitLLVMBlockPerm * small tweaks to the widening code to make the precise conditions of various cases more clear * added support for constant propagation through and, or, xor, and not of bitvectors * optimized implGetLLVMPermForOffset so that it only returns permissions that could actually be used to prove a permission at the given offset * changed the translation of LLVM globals so that each is translated to its own SAW core definition, rather than having the entire global be copied into each spec when it is used * removed no longer needed imports from SAWTranslation.hs * added the OpenTerm combinator completeNormOpenTerm to beta-normalize an OpenTerm after it is completed * changed the translation of TypedSetReg to let-bind its output expression translation, to avoid exponential code explosion * changed the translation of lambdas so that their bodies have let-bindings for repeated terms; added a type ascription term to the Coq AST; changed the translation of the unit type to give it an explicit ascription to sort Type rather than Set * added a dummy translation of BVUndef to the 0 bitvector value Co-authored-by: Matthew Yacavone <[email protected]>
- Loading branch information
Showing
8 changed files
with
160 additions
and
88 deletions.
There are no files selected for viewing
This file contains 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 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 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 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
Oops, something went wrong.