tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] TCC is fast (yarpgen testing)


From: wine.dev
Subject: Re: [Tinycc-devel] TCC is fast (yarpgen testing)
Date: Mon, 13 Mar 2023 23:31:33 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]