Todo: Investigate MWait to reduce spinlock power usage

This commit is contained in:
2025-10-02 20:19:17 -04:00
parent d857999fdf
commit 385b7d5a3c
+2
View File
@@ -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.