pthreads

Robert Collins robert.collins@itdomain.com.au
Mon Mar 19 12:39:00 GMT 2001


----- Original Message -----
From: "Christopher Faylor" <cgf@redhat.com>
To: <cygwin-developers@cygwin.com>
Sent: Tuesday, March 20, 2001 4:50 AM
Subject: Re: pthreads


> On Mon, Mar 19, 2001 at 11:32:09PM +1100, Robert Collins wrote:
> <snip>
> >* and rewrite the guts of thread.cc & thread.h to allocate new
objects
> >on the stack and store the pointer rather than an index. This also
> >removes the overhead of walking the list for user space requests, and
> >simplifies the code.
>
> How can you allocate things on the stack?  That doesn't seem possible.
> Do you mean the heap?
>
> cgf
>

heap. (Mental note: don't write code or technical summarys at 11pm)...

Rob



More information about the Cygwin-developers mailing list