diff --git a/Concurrent Systems/notes/5 - Software Transactional Memory.md b/Concurrent Systems/notes/5 - Software Transactional Memory.md index 108f056..7386b1f 100644 --- a/Concurrent Systems/notes/5 - Software Transactional Memory.md +++ b/Concurrent Systems/notes/5 - Software Transactional Memory.md @@ -137,7 +137,8 @@ X.read_T(i) := t_depend_T[X] <- lc(XX).depend[X] if ∃ Y ∈ read_set(T) s.t. t_dependT[Y] < lc(XX).depend[Y] then - # l'X che ho letto dipende da un Y che + # T prima di leggere X aveva già letto un Y + # questo Y è stato modificato (? oppure non ho capito) ABORT ∀ Y ∉ read_set(T) do