Displaying 3 results from an estimated 3 matches for "pr3373".
Did you mean:
pr36373
2010 Nov 09
0
[LLVMdev] Phronix does another speed test
On Mon, 8 Nov 2010 15:42:33 -0800 (PST)
Samuel Crow <samuraileumas at yahoo.com> wrote:
> http://www.phoronix.com/scan.php?page=article&item=llvm_gcc_dragonegg28&num=1
> as of version 2.8, LLVM is generating slower code than the newer GCCs
> but generates the code more quickly.
>
I would be more concerned about the 'unable to compile', or 'compiled
code not
2010 Nov 08
3
[LLVMdev] Phronix does another speed test
http://www.phoronix.com/scan.php?page=article&item=llvm_gcc_dragonegg28&num=1 as
of version 2.8, LLVM is generating slower code than the newer GCCs but generates
the code more quickly.
2010 Nov 09
2
[LLVMdev] Phronix does another speed test
...hich dragonegg rejects:
error: unsupported inline asm: input constraint with a matching output
constraint of incompatible type!
The reason that this is not seen with llvm-gcc is that llvm-gcc uses
a fix-includes to correct the definition of FD_ZERO. Adding support for
this kind of funky asm is PR3373. It was done already in clang, but not
yet in llvm-gcc or dragonegg.
Ciao,
Duncan.