|
From: Julian S. <js...@ac...> - 2005-03-15 20:33:03
|
> Hmm, that's weird -- strcpy() is in that file on my installation, but it > doesn't get inlined. More alarmingly, malloc() is also in that file... if > gcc inlined that (how on earth could it?) that would be a disaster for > Valgrind. If gcc inlines malloc etc it makes V pretty much useless, but I'm sure large pressure would be bought to bear on the gcc folks from the community at large if that happened. J |