[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] What is size overhead of compiled code?
From: |
Peter \"Firefly\" Lund |
Subject: |
Re: [Tinycc-devel] What is size overhead of compiled code? |
Date: |
Sun, 13 Apr 2003 01:00:58 +0200 (MEST) |
On Sun, 13 Apr 2003, Barry Kauler wrote:
> What I was wondering, I am interested in knowing how much bigger
> the generated code is. I realise that all the optimisations are not there.
> Can anyone come up with a ballpark estimate, in percentage?
The size seems to be about the same as gcc 2.95.3 but the speed of the
compiled code is lower (about 50%, I guess).
-Peter