You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PRI {+noinline} test(a,b)
if a >0if b >0return1elsereturn2elseif b >0return3elsereturn4'return test(b,a) + 1PUBmain
outa := test(cnt,ina)
generates a lot of
if_ae rdlong __pc,__pc
long @@@_test_ret
-style branches. If the function has an epilogue (see the commented out line), the problem disappears because everything jumps into the epilogue instead.
The text was updated successfully, but these errors were encountered:
generates a lot of
-style branches. If the function has an epilogue (see the commented out line), the problem disappears because everything jumps into the epilogue instead.
The text was updated successfully, but these errors were encountered: