This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Speed discussion ...
- From: Andi Kleen <ak at suse dot de>
- To: Lars Segerlund <lars dot segerlund at comsys dot se>
- Cc: gcc at gcc dot gnu dot org
- Date: 18 Mar 2003 16:03:28 +0100
- Subject: Re: Speed discussion ...
- References: <3E770EC3.2030405@comsys.se.suse.lists.egcs>
Lars Segerlund <lars dot segerlund at comsys dot se> writes:
> and no advantage when it comes to code quality.
That's not true in my experience. When you look at the assembly code generated
by gcc and that by Borland (I checked Kylix C++ on Linux some time ago)
then gcc looks a lot better.
-Andi