Finding orphaned "put"

J. Landman Gay jacque at hyperactivesw.com
Mon May 6 12:17:19 EDT 2013


On 5/6/13 6:33 AM, Paul Maguire wrote:
> This was a good thread - ta!
>
> My simple question is - does putting stuff slowdown runtime
> performance? In my first bit of iOS/Android development I'm putting
> stuff all the time and checking it in Console to help debug...

It shouldn't make a dent in the speed, it's just pushing thing to 
stdout. The engine is very fast. One of the (relatively) slowest things 
to do is read/write to fields, and you aren't doing that.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list