vault backup: 2025-03-17 23:32:45
This commit is contained in:
parent
6961a69e1e
commit
e9ab5d526e
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ X.read_T(i) :=
|
||||||
t_depend_T[X] <- lc(XX).depend[X]
|
t_depend_T[X] <- lc(XX).depend[X]
|
||||||
|
|
||||||
if ∃ Y ∈ read_set(T) s.t. t_dependT[Y] < lc(XX).depend[Y] then
|
if ∃ Y ∈ read_set(T) s.t. t_dependT[Y] < lc(XX).depend[Y] then
|
||||||
# non ho capito in che caso si abortisce
|
# abortisco se Y (che avevo letto in passato) nel frattempo
|
||||||
|
# è stato modificato!
|
||||||
ABORT
|
ABORT
|
||||||
|
|
||||||
∀ Y ∉ read_set(T) do
|
∀ Y ∉ read_set(T) do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue