optimise straight line code.
This commit is contained in:
parent
565407926d
commit
e3847eff38
@ -6279,8 +6279,8 @@ Yap_absmi(int inp)
|
||||
#endif
|
||||
XREG(PREVOP(PREG,yyxx)->u.yyxx.x2) = d1;
|
||||
ENDD(d1);
|
||||
ALWAYS_GONext();
|
||||
ALWAYS_END_PREFETCH();
|
||||
GONext();
|
||||
ENDOp();
|
||||
|
||||
Op(put_unsafe, yx);
|
||||
@ -6607,8 +6607,8 @@ Yap_absmi(int inp)
|
||||
H += 2;
|
||||
ENDCACHE_S();
|
||||
ENDD(d0);
|
||||
ALWAYS_GONext();
|
||||
ALWAYS_END_PREFETCH();
|
||||
GONext();
|
||||
ENDOp();
|
||||
|
||||
Op(write_struct, fa);
|
||||
|
Reference in New Issue
Block a user