On Mon, 11 Jul 2005, Emanuele Zeppieri wrote:

> Well, I'm probably missing something (or everything), but it seems to me
> that the following compiled code layout could solve the problem:
> 
>       JUMP to A IF false
>       ... # first true instruction
>       ...
>       ... # last true instruction
>       JUMP TO B
> A:    ... # first false instruction
>       ...
>       ... # last false instruction
> B:    ... # normal execution after the IF/ELSE, if any...

Yup, that would do it.  That's much easier than trying to store state
from the first one.  So, when can I see a patch?

-sam


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to