tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] issues/questions with stddef.h which comes with tcc


From: Joshua Scholar
Subject: Re: [Tinycc-devel] issues/questions with stddef.h which comes with tcc
Date: Fri, 1 Jan 2021 09:12:23 -0800

But one thing that's interesting about his project is that it compiles very fast AND it has some optimization.

He added only two optimization passes but says that on a SpecInt test, it's 80% as fast as GCC -O2
He says that most optimizations give you very little in return, but a couple of well chosen ones are worth it.

On Fri, Jan 1, 2021 at 8:50 AM Ivo van Poorten <ivopvp@gmail.com> wrote:
On Fri, 1 Jan 2021 08:27:10 -0800 Joshua Scholar
<joshuascholar@gmail.com> wrote:
> I had this experience the other day.
> Someone on Github is building a (not yet finished) jit compiler that
> has a C compiler as a test case.

Do you have a link? Always interested in this kind of projects.

Regards,
Ivo

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

reply via email to

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