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

Re: [MiNT] Native GCC 4.5.1 RPMs / Make 3.82 RPMs / MiNTLib 0.59.2 tagged src?



I redeveloped GIM into C++ code for various reasons and I didn't find the compile times to be nearly this long, and I did make heavy use of vectors and other high level features. Not sure what the deal is here but hopefully it never affects me.

Thanks,
Mark


On 8/14/10 8:41 AM, Miro Kropacek wrote:
But I'm scared about speed. GCC is known to be slow, especially on C++. It
takes 30 seconds to compile a very simple C++ vector example on my Athlon 64
running Aranym-JIT, which is usually lightspeed for other usages :-(
I'm afraid it's not getting better...

2.95.3:
real    0m19.805s
user    0m18.410s
sys     0m1.240s

4.4.3:
real    0m55.030s
user    0m51.250s
sys     0m3.710s

4.5.1:
real    0m56.430s
user    0m53.025s
sys     0m3.285s

Programming in C++ on Atari without cross compiler might be very painful.