From mint-bounce@lists.fishpool.fi Sat Aug 14 09:38:58 2010 Message-ID: <4C669C03.2030804@atari-source.org> Date: Sat, 14 Aug 2010 09:37:07 -0400 From: Mark Duckworth User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] Native GCC 4.5.1 RPMs / Make 3.82 RPMs / MiNTLib 0.59.2 tagged src? References: <4C6685A0.2050109@freesbee.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: mduckworth@atari-source.org Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: 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. >