bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib and threaded execution


From: Bruno Haible
Subject: Re: gnulib and threaded execution
Date: Fri, 3 Dec 2010 10:12:18 +0100
User-agent: KMail/1.9.9

Jim Meyering wrote:
> >   2. because the alloca.c code assumes that there is a "stack
> >      direction". This is not the case any more with GCC's new
> >      "split stacks" <http://gcc.gnu.org/wiki/SplitStacks>.
> 
> Is #2 really relevant?
> alloca.c is compiled with gcc only for 1.x versions.

You're right, my mistake. When split stacks are in use, the burden
of implementing alloca() is on GCC's side.

Bruno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]