This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Split Stacks proposal


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]