By: bakaneko (nyan.delete@this.hyan.wan), February 17, 2013 12:43 pm
Room: Moderated Discussions
⚛ (0xe2.0x9a.0x9b.delete@this.gmail.com) on February 17, 2013 10:49 am wrote:
>
> Isn't it true that the following code could run faster with 2 CC registers:
>
>
But the same can be achieved by copying the
contents of the flag register after a==b.
>
> Isn't it true that the following code could run faster with 2 CC registers:
>
>
if a==b && c==d { ... }
But the same can be achieved by copying the
contents of the flag register after a==b.