Re: XCode / gcc optimization

2004-11-25 Thread raoul reyes
Try the xcode list http://www.lists.apple.com/mailman/listinfo/projectbuilder-users hope this helps. On Nov 24, 2004, at 3:56 AM, Pete Gregory wrote: Sorry if this is a liittle off topic. If it is, pointers in the right direction greatfully appreciated A while back I knocked up some math

Re: XCode / gcc optimization

2004-11-25 Thread Tim Hodgson
On Tue, Nov 23, 2004 at 7:56 pm -0500, Pete Gregory wrote: I've now upgraded to a G4/450 based Mac and purchased OSX which so far is great. The old compiled code runs OK under classic. I tried recompiling these benchmarks under gcc ( x-code) using the -O3 flag and set up for a G4. The

Re: XCode / gcc optimization

2004-11-25 Thread Tim Hodgson
Just to add to my first post, I just had a look at snippets I'd saved from the scitech list: one recommendation is to use -fast rather than -O3. TimH -- G-Books is sponsored by http://lowendmac.com/ and... Small Dog Electronicshttp://www.smalldog.com | Refurbished Drives | -- Check our

XCode / gcc optimization

2004-11-23 Thread Pete Gregory
Sorry if this is a liittle off topic. If it is, pointers in the right direction greatfully appreciated A while back I knocked up some math benchmarks on my trusty G3 Pismo under Metrowerks CodeWarrior (a somewhat out of date(vanilla C) version which came out for 603/604e era)... and was

Re: XCode / gcc optimization

2004-11-23 Thread Laurent Daudelin
On 23/11/04 14:56, Pete Gregory [EMAIL PROTECTED] wrote: Sorry if this is a liittle off topic. If it is, pointers in the right direction greatfully appreciated A while back I knocked up some math benchmarks on my trusty G3 Pismo under Metrowerks CodeWarrior (a somewhat out of date(vanilla