I've been using the SWAP statement in a very tight loop with many itterations and I noticed that when i commented out the SWAP statement and placed in regular code to do it, there was a ~4.5 second performance gain. I thought SWAP would be faster since there were less assignments involved. Perhaps this is a candidate for improvement in the next version of the compiler?
-Mike
-Mike
Comment