On Sat, Oct 4, 2014 at 12:54 PM, Dr. Hawkins <doch...@gmail.com> wrote:

> If I'm going to call a routine, say, 100 times in a fraction of a second,
> do I really save much by inlining it rather than calling it as a function?
>

Premature optimization is the root of <some> evil. If you write clean code,
it will be straightforward to optimize. If you write unclean optimized
code, it will never be clean.

gc
_______________________________________________
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