gnustep-dev
[Top][All Lists]
Advanced

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

Re: Fast enumeration, actually working this time.


From: David Chisnall
Subject: Re: Fast enumeration, actually working this time.
Date: Tue, 3 Feb 2009 22:02:44 +0000

On 3 Feb 2009, at 21:12, David Chisnall wrote:

Now I have a compiler that supports fast enumeration on the GNU runtime (no one else does yet, but I hope to fix that soon)

Much faster than I expected. Clang trunk now supports fast enumeration with the GNU runtime.

Note that ccc, the clang driver, currently dies if you pass it -g (no idea why) so you have to build with debug=no and you will need a line like this in your GNUmakefile to use it:

CC=~/llvm/tools/clang/utils/ccc

David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]