From 1697ff9d632b2dacd691eb2d77fed1e9ae9e0dc5 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Mon, 17 Mar 2025 23:52:45 +0100 Subject: [PATCH] vault backup: 2025-03-17 23:52:45 --- Concurrent Systems/notes/5 - Software Transactional Memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concurrent Systems/notes/5 - Software Transactional Memory.md b/Concurrent Systems/notes/5 - Software Transactional Memory.md index ff3729d..55e1b36 100644 --- a/Concurrent Systems/notes/5 - Software Transactional Memory.md +++ b/Concurrent Systems/notes/5 - Software Transactional Memory.md @@ -145,7 +145,7 @@ X.read_T(i) := ∀ Y ∉ read_set(T) do t_depend_T[Y] <- max{t_depend_T[Y], lc(XX).depend[Y]} - # a che serve? + # aggiorno la dipendenza da Y della transazione return lc(XX).val