From 385b7d5a3c812638cfcf37ef669ecda12a31f5e6 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Thu, 2 Oct 2025 20:19:17 -0400 Subject: [PATCH] Todo: Investigate MWait to reduce spinlock power usage --- todo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo b/todo index 8e52db3..6b6f93b 100644 --- a/todo +++ b/todo @@ -2,3 +2,5 @@ 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 + stress/power consumption. Look for a parallel on ARM.