@@ -244,7 +243,7 @@ Finally, we can define the core piece of the program logic, the proposition that
...
@@ -244,7 +243,7 @@ Finally, we can define the core piece of the program logic, the proposition that
We assume that everything making up the definition of the language, \ie values, expressions, states, the conversion functions, reduction relation and all their properties, are suitably reflected into the logic (\ie they are part of the signature $\Sig$).
We assume that everything making up the definition of the language, \ie values, expressions, states, the conversion functions, reduction relation and all their properties, are suitably reflected into the logic (\ie they are part of the signature $\Sig$).
We further assume (as a parameter) a predicate $\stateinterp : \State\times\mathbb N \times\List(\Obs)\times\mathbb N \to\iProp$ that interprets the machine state as an Iris proposition, a predicate $\pred_F: \Val\to\iProp$ that serves as postcondition for forked-off threads, and a function $n_\rhd: \mathbb N \to\mathbb N$ specifying the number of additional laters and later credits used for each physical step.
We further assume (as a parameter) a predicate $\stateinterp : \State\times\mathbb N \times\List(\Obs)\times\mathbb N \to\iProp$ that interprets the machine state as an Iris proposition, a predicate $\pred_F: \Val\to\iProp$ that serves as postcondition for forked-off threads, and a function $n_\rhd: \mathbb N \to\mathbb N$ specifying the number of additional laters and later credits used for each physical step.
The state interpretation can depend on the current physical state, the number of steps since the begining of the execution, the list of \emph{future} observations as well as the total number of \emph{forked} threads (that is one less that the total number of threads).
The state interpretation can depend on the current physical state, the number of steps since the begining of the execution, the list of \emph{future} observations as well as the total number of \emph{forked} threads (that is one less that the total number of threads).
It should be monotone with respect to the step counter: $\stateinterp(\state, n_s, \vec\obs, n_t)\vs[\emptyset]\stateinterp(\state, n_s, \vec\obs, n_t+1)$.
It should be monotone with respect to the step counter: $\stateinterp(\state, n_s, \vec\obs, n_t)\vs[\emptyset]\stateinterp(\state, n_s+1, \vec\obs, n_t)$.
This can be instantiated, for example, with ownership of an authoritative RA to tie the physical state to fragments that are used for user-level proofs.
This can be instantiated, for example, with ownership of an authoritative RA to tie the physical state to fragments that are used for user-level proofs.
Finally, weakest precondition takes a parameter $\stuckness\in\set{\NotStuck, \MaybeStuck}$ indicating whether program execution is allowed to get stuck.
Finally, weakest precondition takes a parameter $\stuckness\in\set{\NotStuck, \MaybeStuck}$ indicating whether program execution is allowed to get stuck.