Todo: update

This commit is contained in:
2025-10-04 10:42:39 -04:00
parent 385b7d5a3c
commit 16775c6f1e
+2 -1
View File
@@ -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.