This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


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

Re: pthreads



----- 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


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