pinskia wrote:

Llvm CPU time: 5497.8 usr, 297.6 sys
Vs
Gcc 5232.6 usr, 559.8 sys

Hmm. So from the looks of it clang/llvm could be optimized more. Gcc is most 
likely spending more time in system as it writes out the .s file and then gas 
reads it back in and assembles it.
So gcc is spending less time in user space to do work, ~5% if my math is 
correct. But 2x as much time in the kernel. Which does corresponding to writing 
out a .s file.


https://github.com/llvm/llvm-project/pull/173868
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to