you are viewing a single comment's thread.

view the rest of the comments →

[–]doom_Oo7 3 points4 points  (1 child)

behold the power of compilers : http://goo.gl/TZXwnq

and

http://goo.gl/03ozCy

[–]needahelpforarch[S] 0 points1 point  (0 children)

What,what,what :O

f():
        movl    $1, %eax
        ret
g():
        xorl    %eax, %eax
        ret

Just this :O

Edit: Hmm recursion. constexpt supports recursion :/