From 168d8d616c64c3eeb829d92c9b2d689533e31e37 Mon Sep 17 00:00:00 2001 From: Latent Prion Date: Sat, 4 Oct 2025 11:16:04 -0400 Subject: [PATCH] Todo: update --- todo | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo b/todo index 3ea4e30..e574c33 100644 --- a/todo +++ b/todo @@ -5,3 +5,7 @@ * Investigate using UMONITOR/UMWAIT for spinlocks to reduce busy-waiting stress/power consumption. Look for a parallel on ARM. * Investigate WFE/SEV to reduce busy-waiting in spinlocks on ARM. +* The input arg `requiredLocks` to LockSet::LockSet() should be + a ref and not by-value. Propagate this upward into + SerializedAsyncContin and into all derived classes' + constructors.