diff --git a/Concurrent Systems/notes/5 - Software Transactional Memory.md b/Concurrent Systems/notes/5 - Software Transactional Memory.md index 9836da4..29accfb 100644 --- a/Concurrent Systems/notes/5 - Software Transactional Memory.md +++ b/Concurrent Systems/notes/5 - Software Transactional Memory.md @@ -137,8 +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 - # abortisco se Y (che avevo letto in passato) nel frattempo - # è stato modificato! + # significa che il valore di X che ho letto è stato influenzato + # da una modifica di Y avvenuta dopo che T (questa trans.) ha letto Y ABORT ∀ Y ∉ read_set(T) do