X-pop3-spooler: POP3MAIL 2.1.0 b 4 980420 -bs- Date: Mon, 20 Jul 1998 18:58:47 +0200 From: Wolfgang Formann Message-Id: <199807201658.SAA18484@unknown.ruhr.de> To: beastium-list AT Desk DOT nl, diep AT xs4all DOT nl Subject: Re: speed PGCC vs GCC for DIEP Sender: Marc Lehmann Status: RO Content-Length: 624 Lines: 22 Hello, >Hello, >I compared the speed of pgcc to gcc 2.7.2.3/2.8.1. >I wonder what optimizations i can try. My program does >NOT use any float, only integers and unsigned chars. >I'd be glad to receive additional optimizations i can try on it, and also >how can i dissassemble the code of pgcc, so that i can report what can be >improved during optimization (if assume like to receive this)? Add the flag -S, this will give you an assembler output. BTW: It should work on many other compilers too. [... deleted ...] >If i can dissassemble i'll be able to show a few problems of pgcc. Again -s .. -- Wolfgang Formann