Todo: update

This commit is contained in:
2025-10-04 11:16:04 -04:00
parent 16775c6f1e
commit 168d8d616c
+4
View File
@@ -5,3 +5,7 @@
* Investigate using UMONITOR/UMWAIT 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. stress/power consumption. Look for a parallel on ARM.
* Investigate WFE/SEV to reduce busy-waiting in spinlocks 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.