Determining approximately how much stack space is available, part 1

1 · Raymond Chen · June 9, 2020, 2:20 p.m.
Recall that the original purpose of creating a temporary fiber was to ensure that a minimum amount of stack was available for the function to perform its operations. But it would be nice if we could bypass all the fiber machinery if the existing stack is large enough. The post Determining approximately how much stack space is available, part 1 appeared first on The Old New Thing....