Re: [Rd] R binary for G5?

2005-01-24 Thread elijah wright
Is there a precompiled R binary optimised for the PowerPC G5, i.e. compiled with compiler-level tuning for G5 specific features? Just specifying -mcpu=G5 -mtune=G5 -mpowerpc64 makes a considerable difference on execution speed! it is *awfully* easy to just build r-base from the fink bits... --e

Re: [Rd] request: allow inline functions in R

2004-05-14 Thread elijah wright
> of Intel Itanium2 clusters for bioinformaticians to crank their data. > optimizing their performance. I'm using Intel C/C++ compiler on this > platform running Linux. One of my findings is that turning some > functions in R to "inline" functions boost performance significantly. > > While R fo