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