Re: fixes for gcc -falign-foo

2002-06-05 Thread Matthew Dillon
Hey Bruce or David... has GCC3 by any chance fixed the stack alignment eyesore or is that still the default? If so could we by any chance fix it in our version? It creates massive bloat when you have lots of tiny functions and as far as I can tell there is no advantage at all

Re: fixes for gcc -falign-foo

2002-06-05 Thread Bruce Evans
On Wed, 5 Jun 2002, Matthew Dillon wrote: Hey Bruce or David... has GCC3 by any chance fixed the stack alignment eyesore or is that still the default? If so could we by any chance fix it in our version? It creates massive bloat when you have lots of tiny functions and as