Re: Java vs C/Objective-C performance question
Re: Java vs C/Objective-C performance question
- Subject: Re: Java vs C/Objective-C performance question
- From: Chris Ridd <email@hidden>
- Date: Mon, 17 Mar 2003 09:23:50 +0000
On 17/3/03 9:01 am, Dietmar Planitzer <email@hidden> wrote:
>
1) Always compile ObjC code with all optimizations turned on. By
>
default PB compiles the code with all optimizations turned off which
>
means that gcc will produce horribly bad code.
It is peculiar that gcc doesn't seem to optimize away that first set of
nested loops, even using -O3.
Perhaps gcc always produces horribly bad code :-)
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.