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


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to