Re: Fast enumeration, actually working this time.

2009-10-25 Thread Ken Linton
Oh nice. Something I can download? Sent from my iPhone: 917-940-2709 On Oct 24, 2009, at 9:33 AM, David Chisnall thera...@sucs.org wrote: On 23 Oct 2009, at 22:21, KNL wrote: David, Is this compiler with fast enumeration part of the release of GNUStep for windows? I ask I'm developing

Re: Fast enumeration, actually working this time.

2009-10-24 Thread KNL
fast enumeration on the GNU runtime (no one else does yet, but I hope to fix that soon) I am able to actually test the implementation... and it's all wrong. -- View this message in context: http://www.nabble.com/Fast-enumeration%2C-actually-working-this-time.-tp21819126p26033419.html Sent from

Re: Fast enumeration, actually working this time.

2009-10-24 Thread David Chisnall
On 24 Oct 2009, at 17:34, Ken Linton wrote: Oh nice. Something I can download? Just grab the latest llvm and trunk clang and build them. David -- Sent from my PDP-11 ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

Fast enumeration, actually working this time.

2009-02-03 Thread David Chisnall
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) I am able to actually test the implementation... and it's all wrong. This diff fixes it. I've tested it with this program: #import Foundation/Foundation.h void

Re: Fast enumeration, actually working this time.

2009-02-03 Thread David Chisnall
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