Gentoo Archives: gentoo-dev

From: Sven Vermeulen <sven.vermeulen@××××××.be>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] gcc vs tcc
Date: Fri, 29 Nov 2002 19:28:11
Message-Id: 20021129192729.GA2530@Daikan.pandora.be
In Reply to: [gentoo-dev] gcc vs tcc by Per Wigren
1 On Fri, Nov 29, 2002 at 06:41:12PM +0100, Per Wigren wrote:
2 > Is it OK to add dev-lang/tcc as a build-dependancy?
3 > Compiling GOBO (http://www.gobosoft.com) with gcc 3.2.1 takes about 3
4 > hours on
5 > my dual athlon 1.2Ghz with 512mb RAM...
6 >
7 > Compare this:
8 >
9 > oggy gexace # time gcc -O2 -o gexace-gcc gexace.c
10 > real 10m12.746s
11 > user 9m33.227s
12 > sys 0m4.897s
13 > oggy gexace # time tcc -o gexace-tcc gexace.c
14 > real 0m1.353s
15 > user 0m0.472s
16 > sys 0m0.061s
17
18 Are you certain this is correct ? You did remove the created object-files (or
19 did a "make clean") before retrying with tcc, did you ?
20
21 Wkr,
22 Sven Vermeulen

Replies

Subject Author
Re: [gentoo-dev] gcc vs tcc Per Wigren <wigren@××××.se>