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