1 Dec 2005 08:54
alloca in libc
Martin Husemann <martin <at> duskware.de>
2005-12-01 07:54:21 GMT
2005-12-01 07:54:21 GMT
Stupid question - shouldn't we use the gcc builtin alloca()? Some archs seem to have alloca implementations in libc, others don't. I ask because the recent constifications to execl*.c made them use alloca on sparc64, and sparc64 has no libc alloca implementation. So the other part of the question - why is gcc not using the builtin when complinig libc? Martin

RSS Feed