From 16775c6f1ee6219e5abe0929ba68a2a01f542914 Mon Sep 17 00:00:00 2001 From: Latent Prion Date: Sat, 4 Oct 2025 10:42:39 -0400 Subject: [PATCH] Todo: update --- todo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/todo b/todo index 6b6f93b..3ea4e30 100644 --- a/todo +++ b/todo @@ -2,5 +2,6 @@ using shared_ptr. * Ensure that we comb through the current code and enforce the distinction between user errors and program exceptions. -* Investigate using MONITOR/MWAIT for spinlocks to reduce busy-waiting +* 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.