Mathieu Lacage wrote: > It would be totally awesome to do this if you could provide an option to > delegate to a user-provided function the allocation and deallocation of > the stack blobs needed by threads.
> Ideally, I would even be able to use heap memory for that stack space if > I wanted to. I believe that's at least _implicit_ in the description of the project already! Once the stack can be discontiguous, all of a sudden there's nothing special about the memory area that the OS allocated to be your thread's stack any more. cheers, DaveK