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