[R-SIG-Mac] GCC v. LLVM

Berend Hasselman bhh at xs4all.nl
Sun Mar 13 20:44:17 CET 2011


On 13-03-2011, at 17:27, Simon Urbanek wrote:

>> ....
>> What am I missing in your statement above regarding general availability to OSX users?
>> 
> 
> Xcode 3.x is bundled with OS X and anyone can get updates through ADC. Xcode 4 is not, it is available for Mac developer program members only [or those that happen to buy it as you pointed out] and thus no longer available to all OS X users. Hence Xcode 4 is no longer suitable for projects that rely on its availability to all users. It's a really awkward situation -- the benefits in Xcode 4 are really for the developer, not the user, so it makes sense to charge the developer -- but since they don't separate compilers from the GUI it kills the unix feel of OS X for the user. I'm curious how this will shake out (and other recent decisions like dropping Java support).
> 

Do I understand this correctly?
So the compilers are integrated completely in Xcode? 
Can the compilers be run from the Terminal in command line mode?
I rely on that.

Berend 










> 
>> Also, are there plans afoot to move to XCode 4.0 for OSX builds of R? 
>> 
> 
> I'm not sure what you mean exactly, but if you mean CRAN binaries then that's not an option because Xcode4 only supports OS X 10.6. As I said, Xcode4 is really pointless from the user's point of view so far, so there is no need to rush. (FWIW R and the GUI does compile with Xcode 4).
> 
> Cheers,
> Simon
> 
> 
>> 
>>> 
>>>> From what I
>>>> can tell, Apple will in the future only support Clang/LLVM. For now, I
>>>> believe they are still including the same gcc as with 3.2. But longer
>>>> term, the move seems to be to Clang/LLVM.
>>>> 
>>>> http://developer.apple.com/technologies/tools/whats-new.html
>>>> http://clang.llvm.org/
>>>> 
>>>> Does R build with Clang/LLVM? I know Clang is being developed with a
>>>> view to ensure GCC "compatibility".
>>>> 
>>> 
>>> As Brian pointed out, R doesn't care. The only annoying part for me as a Mac binary maintainer is that it means Apple has abandoned the only branch that supported Fortran back-end, so in the future we will not be able to provide native Fortran for Xcode. This has been known for a while and Apple's stance is that they don't care about Fortran, so in some (but not immediate) future we may be back to the mess of mixing compilers.
>>> 
>>> Note that LLVM and clang don't really have any real benefits for the R users so far. Tests suggest that they make some parts slower and we could not measure any overall benefit (unlike let's say on arm), so people were not rushing to llvm/clang so far. Apple's move to llvm/clang is really based on a political decision, not a technical one. The only benefit I see so far is what Brian mentioned as well that some people will have to realize that gcc is not the standard and can test on other compilers to find their bugs.
>>> 
>>> Cheers,
>>> Simon
>> 
>> 
> 
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac



More information about the R-SIG-Mac mailing list