Originally posted by XorEaxEax
View Post
Announcement
Collapse
No announcement yet.
Compiler Benchmarks Of GCC, LLVM-GCC, DragonEgg, Clang
Collapse
X
-
-
Weird, why would PGO help more with the asm version? Should be the ecaxt opposite imo since the compiler can't optimize that hand-written assembly in any way, but it should atleast be able to do some optimizing with the c code. Anyway I can understand why you wouldn't want to redo the tests since the argument was regarding hand-optimized assembly vs compiler generated code, maybe I'll give it a shot myself since I'm curious as to what Shikari said. Again thanks for the benchmarks!
Comment
Comment