[Coco] Re: optimizing

Roger Taylor rtaylor at bayou.com
Wed Dec 10 00:54:00 EST 2003


At 12:28 AM 12/10/2003 -0500, you wrote:
>In C there's a big temptation to compound short statements together, like


Speaking of this, I forgot to mention that I don't compound statements too 
much, but it's typical for me to turn this:

stralloc(256)
mov(eax, MyString);
str.cpy("some text", MyString);

into this:

mov(stralloc(256), MyString);
str.cpy("some text", MyString);


This is HLA, not C, btw.



----------
Roger Taylor


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://five.pairlist.net/pipermail/coco/attachments/20031210/947aed52/attachment-0001.html>


More information about the Coco mailing list