summaryrefslogtreecommitdiff
path: root/Test/dafny0/UnfoldingPerformance.dfy.expect
Commit message (Collapse)AuthorAge
* Fix: Read clauses should be checked before lit liftingGravatar Clément Pit--Claudel2015-07-23
The function IgnoreFuel in UnfoldingPerformance.dfy used to be lit-wrapped. It shouldn't be, because its reads clause is non-empty. This is not a soundness bug, but fixing it improves performance in cases where a function call would be incorrectly unrolled. Test case written by Rustan.