Re: More size stuff

2002-10-21 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Sun, Oct 20, 2002 at 08:10:05PM +0200, Lars Gullik Bjønnes wrote: | > Hmm... I thought I had mentioned that gcc 3.2 is a fairly good | > complier | | Nobody complained about bad compliance ... nor code generation... -- Lgb

Re: More size stuff

2002-10-20 Thread John Levon
On Sun, Oct 20, 2002 at 08:08:43PM +0200, Lars Gullik Bjønnes wrote: > size libfrontends.a | grep Dialogs.o >1196 68 121276 4fc Dialogs.o (ex libfrontends.a) > 537706832 9 60611ecc3 Dialogs.o (ex libfrontends.a) > > size libfrontends.a | grep Dialogs.o >

Re: More size stuff

2002-10-20 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sun, Oct 20, 2002 at 06:38:33PM +0100, John Levon wrote: | | > | | gcc 3.2 xforms -O : | |textdata bss dec hex filename | 2692769 83492 48844 2825105 2b1b91 ./lyx | | That .text looks a LOT better !! Hmm... I thought I had

Re: More size stuff

2002-10-20 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | OK weird. qt (gcc 2.96, -O) : | | moz .libs 627 size libfrontends.a | grep Dialogs.o |2616 168 82792 ae8 Dialogs.o (ex libfrontends.a) | 106924 11288 12 118224 1cdd0 Dialogs.o (ex libfrontends.a) size libfrontends.a | grep

More size stuff

2002-10-20 Thread John Levon
OK weird. qt (gcc 2.96, -O) : moz .libs 627 size libfrontends.a | grep Dialogs.o 2616 168 82792 ae8 Dialogs.o (ex libfrontends.a) 106924 11288 12 118224 1cdd0 Dialogs.o (ex libfrontends.a) xforms (gcc 3.2, -O) : moz .libs 624 size libfrontends.a | grep Dialogs.o

Re: More size stuff

2002-10-20 Thread John Levon
On Sun, Oct 20, 2002 at 06:38:33PM +0100, John Levon wrote: > gcc 3.2 xforms -O : textdata bss dec hex filename 2692769 83492 48844 2825105 2b1b91 ./lyx That .text looks a LOT better !! john -- "It's a cardboard universe ... and if you lean too hard against it, you f

size stuff

2002-10-20 Thread John Levon
Some of the .data bloat is un-inlined const variables like RGB_MASK. Unfortunately turning on -O gives (wait for it) : textdata bss dec hex filename 4114382 134256 27716 4276354 414082 ./lyx Ouch. What does xforms -O look like ? (I'm building gcc 3.2 now) john -- "It

Re: size stuff

2002-10-20 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Some of the .data bloat is un-inlined const variables like RGB_MASK. | Unfortunately turning on -O gives (wait for it) : | |textdata bss dec hex filename | 4114382 134256 27716 4276354 414082 ./lyx | | Ouch. What does xforms -O loo