John Levon <[EMAIL PROTECTED]> writes:
| OK weird. qt (gcc 2.96, -O) :
|
| moz .libs 627 size libfrontends.a | grep Dialogs.o
| 2616 168 8 2792 ae8 Dialogs.o (ex libfrontends.a)
| 106924 11288 12 118224 1cdd0 Dialogs.o (ex libfrontends.a)
size libfrontends.a | grep Dialogs.o
1196 68 12 1276 4fc Dialogs.o (ex libfrontends.a)
53770 6832 9 60611 ecc3 Dialogs.o (ex libfrontends.a)
| xforms (gcc 3.2, -O) :
|
| moz .libs 624 size libfrontends.a | grep Dialogs.o
| 1247 68 16 1331 533 Dialogs.o (ex libfrontends.a)
| 49069 4788 20 53877 d275 Dialogs.o (ex
| libfrontends.a)
size libfrontends.a | grep Dialogs.o
1196 68 12 1276 4fc Dialogs.o (ex libfrontends.a)
47282 3964 20 51266 c842 Dialogs.o (ex libfrontends.a)
Both with gcc 3.2.
| Look at the difference ! Lars can you do the comparison to eliminate the
| compiler difference ?
sure.
| The Qt Dialogs.o has a *5K* PRETTY_FUNCTION that is not there in the
| xforms Dialogs.o. There are other differences too.
Could be the qt/moc that adds the PRETTY_FUNCITON stuff?
| We should turn off BOOST_DEBUG then we can get a fair comparison.
BOOST_DEBUG is off by default.
--
Lgb