Hacker News new | ask | show | jobs
by m0wfo 5367 days ago
Just as a naive consumer of its facilities, I find LLVM produces binaries from C and ObjC code which are smaller and faster than their GCC equivalents. I'm attempting to write my own front-end as well, which is easier than I had expected. I don't care what the black box does, c.f. "The user doesn't care"(TM).
2 comments

No one is complaining about using LLVM they way it's supposed to be used. The problem is that LLVM has been promoted for use cases that it totally sucks for (JIT, portable bitcode).
GCC is still marginally smaller and faster: http://www.phoronix.com/scan.php?page=article&item=gcc_4...
IMHO, YMMV, etc. Oh man it's so easy to wind up HN kids with anecdotes.
That link has 14 benchmarks across 5 platforms. What's your anecdote/evidence theshold?
The parent was referring to their own anecdote, not the link's benchmarks.