You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable cached compilation by downstream compilers, enable constructing a Boogie program that partially consists out of already resolved declarations, and where only the unresolved declarations need to spend time re-resolving.
There is no need to change Boogie the language by for example adding modules to the language, this would be purely an API change.
The text was updated successfully, but these errors were encountered:
To enable cached compilation by downstream compilers, enable constructing a Boogie program that partially consists out of already resolved declarations, and where only the unresolved declarations need to spend time re-resolving.
There is no need to change Boogie the language by for example adding modules to the language, this would be purely an API change.
The text was updated successfully, but these errors were encountered: