Linked by Thom Holwerda on Tue 17th Aug 2010 22:14 UTC
Thread beginning with comment 437282
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
LLVM actually compiles many programs these days. It's even self-hosting last I checked.
Being self hosting is much easier than compiling the real world C++ code out there; you can achieve this by a conservative coding style, for example.
LLVM exists because GCC is so horribly coded that it's impossible to try to modify it. OSS has many tools for its defense, intentional code obfuscation should not be one of them.
GCC is improving; they even allow C++ these days (about time, it's 2010).




Member since:
2006-02-06
LLVM actually compiles many programs these days. It's even self-hosting last I checked.
As far as the comments about it being anti-free....I'd more say the GCC's view is worse. LLVM exists because GCC is so horribly coded that it's impossible to try to modify it. OSS has many tools for its defense, intentional code obfuscation should not be one of them.