Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added the option /extractLoops to extract loops as procedure calls. If ↵ | qadeer | 2010-08-11 |
| | | | | either lazyInline or stratifiedInline is greater than 1, the extracted procedure is decorated with the attribute "{:inline 1}". The implementation involved moving the procedure GraphFromImpl from VC.cs to Absy.ssc. | ||
* | added lazyinline to the regressions | qadeer | 2010-05-28 |
| | |||
* | First cut of lazy inlining. The option can be turned on by the flag ↵ | qadeer | 2010-04-17 |
/lazyInline:1. It is off by default. This option currently does not support loops and recursion and also does not allow assertions and specifications in inlined procedures. The usage is currently not documented. |