Richard:

> Is that an actual test from the stack?

The stack had (essentially) this:

repeat with i=1 to 1234567
  add sqrt(i) to n
end repeat

(LC 9 is 2.8 times slower.)

So my latest experiment removed the inside line:

repeat with i=1 to 1234567
end repeat

(LC 9 is 2.8 times slower, again.)

Have a go? It's all there to see and test!

http://curryk.com/showdown.zip

Best wishes,

Curry K.


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to