NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
what is linking? (Score:1)
when I used llvm-gcc I had similar results using non llvm linkage.
Make sure clang emits llvm bytecode so that link time optimizations (which are the most effective) can be run.
For me results when from roughly 80-90% of gcc to about 110% on average IIRC.
See my earlier post on llvm, from around june 2008 I think.
Reply to This