From mint-bounce@lists.fishpool.fi Sat Aug 14 10:46:15 2010 Message-ID: <4C66ABC4.5030701@atari-source.org> Date: Sat, 14 Aug 2010 10:44:20 -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> <4C669C03.2030804@atari-source.org> <4C66A893.6060808@freesbee.fr> In-Reply-To: <4C66A893.6060808@freesbee.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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: On 8/14/10 10:30 AM, Vincent Rivière wrote: > Mark Duckworth wrote: >> 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. > > If I remove -O2 in my very simple test (as in a debug build) I drop > from 30 seconds to 10 seconds. > Seems reasonable. You wouldn't want to have optimization enabled while debugging anyway. Painful, sure but not impossible. Thanks, Mark