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
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
>
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
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
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
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
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
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