|
| From: | Gary V. Vaughan |
| Subject: | Re: [Quilt-dev] [patch 2/5] port of Joe's backup-files.c over my nftw/ftw/fts replacement |
| Date: | Thu, 15 Sep 2005 16:39:21 +0100 |
| User-agent: | Mozilla Thunderbird 1.0 (X11/20050305) |
Andreas Gruenbacher wrote:
On Thursday 15 September 2005 17:13, Gary V. Vaughan wrote:Use gcc builtin alloca on platforms without alloca.hI don't much like adding a dependency on gcc.
It's just an optimisation.
Currently we have:
If there is alloca.h, use it
else fail to compile.
With the patch:
If there is alloca.h, use it
else if alloca is #defined, use that
else if using gcc, use it's builtin asm alloca
else fail to compile.
Cheers,
Gary.
--
Gary V. Vaughan ())_. address@hidden,gnu.org}
Research Scientist ( '/ http://tkd.kicks-ass.net
GNU Hacker / )= http://www.gnu.org/software/libtool
Technical Author `(_~)_ http://sources.redhat.com/autobook
signature.asc
Description: OpenPGP digital signature
| [Prev in Thread] | Current Thread | [Next in Thread] |