Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <00ba01c0b0b4$8be11600$0200a8c0@lifelesswks> From: "Robert Collins" To: References: <011c01c0b070$9f8ae6c0$0200a8c0 AT lifelesswks> <20010319125046 DOT E18807 AT redhat DOT com> Subject: Re: pthreads Date: Tue, 20 Mar 2001 07:38:23 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 19 Mar 2001 20:32:45.0798 (UTC) FILETIME=[C1799860:01C0B0B3] ----- Original Message ----- From: "Christopher Faylor" To: Sent: Tuesday, March 20, 2001 4:50 AM Subject: Re: pthreads > On Mon, Mar 19, 2001 at 11:32:09PM +1100, Robert Collins wrote: > > >* 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