You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2021. It is now read-only.
We're probably not cleaning up processes sanely between cores: This seems like the area most in need to exploration.
The VFS needs a thorough audit!
Stop spinning idle cores
APs should arch_pause(); like the BSP instead of repeatedly checking the
We should wake up cores when things enter the ready queue. This needs an IPI that jumps straight to scheduling just like the pre-empt signal, but only if we weren't already running something?
We should pre-empt cores with the LAPIC timer. Maybe we can even one-shot it so the cores aren't waking up when truly idle?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
arch_pause();
like the BSP instead of repeatedly checking theThe text was updated successfully, but these errors were encountered: