The main goals for tcc is to create  correct code with the highest possible
compilation speed.

For comparsion, i use  -O0 for all compiler.

For this testcase,
all generated programs
(tcc, clang and gcc)
produce the same result.
(compile with x86_64-win32-tcc and run with wine64 works also)


Runtime on my x86_64-linux-gnu machine:
(cold start, after a reboot)
0.162sec  clang
0.129sec  tcc
0.054sec gcc

warm start:
0.008sec  clang
0.006sec  tcc
0.005sec  gcc


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to