fads://

Posts Tagged ‘gcc

deadbeef compile time

leave a comment »

deadbeef compile (deadbeef-devel from git)

make clean 
./configure CC={clang,icc,gcc} 
time make -j3

clang
real	1m33.959s
user	2m2.320s
sys	0m13.860s

icc
real	2m2.002s
user	2m38.440s
sys	0m17.920s

gcc
real	1m49.759s
user	2m26.280s
sys	0m15.790s

Written by Amir Aupov

12.05.2011 at 00:49

Posted in linux

Tagged with , ,

asm utils

leave a comment »

Written by Amir Aupov

10.03.2011 at 18:48

Posted in linux, Programming

Tagged with ,