[LLVMdev] Build times on ARM
Rafael EspĂndola
rafael.espindola at gmail.com
Tue Jun 16 20:29:56 PDT 2015
I recently got a tegra TK1 and was curious how fast it was compared to
my previous arm "build machine": the original arm Samsung chromebook.
I timed running ninja to build just llvm in Release+Asserts using
clang as the host compiler.
chromebook:
real 84m30.939s
user 163m50.145s
sys 4m0.100s
TK1:
real 34m7.376s
user 132m44.417s
sys 3m3.543s
A really nice improvement :-)
Does anyone know of a even faster ARM dev board?
Cheers,
Rafael
More information about the llvm-dev
mailing list