From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: slouken@devolution.com Cc: egcs@egcs.cygnus.com, hercules@lokigames.com, slouken@devolution.com Subject: Re: Large code size? Date: Wed, 31 Mar 1999 23:46:00 -0000 Message-ID: <199903242130.WAA00649@mira.isdn.cs.tu-berlin.de> References: X-SW-Source: 1999-03n/msg00777.html Message-ID: <19990331234600.tb35veW-0MMbKXnDAoSuaGc3C7OKRK9R-0Oo2OhjRCM@z> > The egcs version (compiled with egcs 1.1.1, -O2 -funroll-loops): > -rwxrwxr-x 1 hercules devel 1534443 Mar 25 1999 robotcom.so > > The VC++ version (compiled with VC++ 5.0, /G5 /Ox /Ot /Og /Oi /Op /Ob2) > -r-xr-xr-x 1 hercules devel 654336 Mar 14 10:26 robotcom.dll > > Any ideas why this might be? Did you try to apply 'strip.exe' to the resulting binary? Regards, Martin