|
|
|
|
|
by arielweisberg
4416 days ago
|
|
go is a moving target, but I believe it is committed to having segmented stacks that shrink. Native threads don't have a way to reclaim stack memory other then swap. My personal opinion is that this should be solved in the kernel and that kernel threads should have an option for reclaiming stack space so I can run as many as I want. |
|