From de57d0ffedc199432fdb9159d2fb4fbf8fb8bcc5 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Mon, 17 Mar 2025 23:17:45 +0100 Subject: [PATCH] vault backup: 2025-03-17 23:17:45 --- Concurrent Systems/notes/5 - Software Transactional Memory.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Concurrent Systems/notes/5 - Software Transactional Memory.md b/Concurrent Systems/notes/5 - Software Transactional Memory.md index 7386b1f..180ff6d 100644 --- a/Concurrent Systems/notes/5 - Software Transactional Memory.md +++ b/Concurrent Systems/notes/5 - Software Transactional Memory.md @@ -137,8 +137,7 @@ 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 - # T prima di leggere X aveva già letto un Y - # questo Y è stato modificato (? oppure non ho capito) + # non ho capito in che caso si abortisce ABORT ∀ Y ∉ read_set(T) do