Page MenuHomeFreeBSD

Free bootstacks after AP startup.
ClosedPublic

Authored by kib on Dec 8 2018, 11:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 10, 8:48 PM
Unknown Object (File)
Thu, May 7, 9:38 PM
Unknown Object (File)
Thu, May 7, 5:32 PM
Unknown Object (File)
Thu, May 7, 5:32 AM
Unknown Object (File)
Tue, May 5, 11:19 PM
Unknown Object (File)
Thu, Apr 30, 12:30 PM
Unknown Object (File)
Mon, Apr 27, 10:08 PM
Unknown Object (File)
Apr 17 2026, 11:54 AM
Subscribers

Details

Summary

Bootstacks are unused after APs executed sched_throw() in init_secondary_tail() and started executing on proper idle thread stack.
Add sysinit that detects that the idle thread for each CPU was scheduled at least once, and free corresponding bootstack.

I believe that slight addition of the code (~200 bytes) is worth it, because even on typical small modern desktop CPU we leak 128K of memory otherwise (4 pages x 8 threads).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I also think it is worth it.

This revision is now accepted and ready to land.Dec 10 2018, 7:01 PM
This revision was automatically updated to reflect the committed changes.