Re: Compilation time in gcc-4.4.0

2010-07-13 Thread Richard Guenther
On Tue, Jul 13, 2010 at 5:26 PM, Paolo Bonzini wrote: > On 07/13/2010 04:53 PM, Richard Guenther wrote: >> >> On Tue, Jul 13, 2010 at 4:50 PM, Paolo Bonzini  wrote: >>> >>> On 07/08/2010 10:58 PM, Maxiwell Garcia wrote: Hi, I am writing a paper about instruction-set architectur

Re: Compilation time in gcc-4.4.0

2010-07-13 Thread Paolo Bonzini
On 07/13/2010 04:53 PM, Richard Guenther wrote: On Tue, Jul 13, 2010 at 4:50 PM, Paolo Bonzini wrote: On 07/08/2010 10:58 PM, Maxiwell Garcia wrote: Hi, I am writing a paper about instruction-set architecture simulators. In first time, I used gcc-4.4.0 and the compilation time reached 33 min

Re: Compilation time in gcc-4.4.0

2010-07-13 Thread Paolo Bonzini
On 07/13/2010 04:53 PM, Richard Guenther wrote: On Tue, Jul 13, 2010 at 4:50 PM, Paolo Bonzini wrote: On 07/08/2010 10:58 PM, Maxiwell Garcia wrote: Hi, I am writing a paper about instruction-set architecture simulators. In first time, I used gcc-4.4.0 and the compilation time reached 33 min

Re: Compilation time in gcc-4.4.0

2010-07-13 Thread Richard Guenther
On Tue, Jul 13, 2010 at 4:50 PM, Paolo Bonzini wrote: > On 07/08/2010 10:58 PM, Maxiwell Garcia wrote: >> >> Hi, >> >> I am writing a paper about instruction-set architecture simulators. In >> first time, I used gcc-4.4.0 and the compilation time reached 33 >> minutes (with -O3) for my simulator a

Re: Compilation time in gcc-4.4.0

2010-07-13 Thread Paolo Bonzini
On 07/08/2010 10:58 PM, Maxiwell Garcia wrote: Hi, I am writing a paper about instruction-set architecture simulators. In first time, I used gcc-4.4.0 and the compilation time reached 33 minutes (with -O3) for my simulator and the performance reached 270 MIPS (Million instruction per second). Wh

RE: Compilation time in gcc-4.4.0

2010-07-12 Thread BLUE 3TOO
; CC: gcc@gcc.gnu.org > Subject: Re: Compilation time in gcc-4.4.0 > Date: Sat, 10 Jul 2010 15:04:02 -0700 > > Maxiwell Garcia writes: > >> I am writing a paper about instruction-set architecture simulators. In >> first time, I used gcc-4.4.0 and the compilation time rea

Re: Compilation time in gcc-4.4.0

2010-07-10 Thread Ian Lance Taylor
Maxiwell Garcia writes: > I am writing a paper about instruction-set architecture simulators. In > first time, I used gcc-4.4.0 and the compilation time reached 33 > minutes (with -O3) for my simulator and the performance reached 270 > MIPS (Million instruction per second). When I used the gcc-4.

Compilation time in gcc-4.4.0

2010-07-08 Thread Maxiwell Garcia
Hi, I am writing a paper about instruction-set architecture simulators. In first time, I used gcc-4.4.0 and the compilation time reached 33 minutes (with -O3) for my simulator and the performance reached 270 MIPS (Million instruction per second). When I used the gcc-4.4.4, in the same code, the co