From fa4369caf2970649232cf8924984d6e4f4075254 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Mon, 17 Mar 2025 23:42:45 +0100 Subject: [PATCH] vault backup: 2025-03-17 23:42:45 --- Concurrent Systems/notes/5 - Software Transactional Memory.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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