Re: Potential FastCode speed increase?



Hi Avatar

I have not tried these prefixes yet. Do they override the static branch
prediction only? Or do they also override the branch predictor?

I guess that the prefixes mean taken hint and not taken hint. A possible
mnemonic could be TJcc for a Jcc prefixed with the taken hint and NTJcc for
not taken Jcc.

I would like to have them in the Delphi inline BASM.

Best regards
Dennis


.



Relevant Pages

  • Re: A valid number of prefixes
    ... I have this question related to instruction prefixes in ia-32/64. ... override and address override and then the instruction follows? ... I think you will find that the hard limit is on the total instruction ...
    (comp.lang.asm.x86)
  • Re: A valid number of prefixes
    ... for example jmp instruction and rep ... how many prefixes does the instruction can ... override and address override and then the instruction follows? ... I think you will find that the hard limit is on the total instruction ...
    (comp.lang.asm.x86)
  • A valid number of prefixes
    ... I have this question related to instruction prefixes in ia-32/64. ... have seen instruction prefixes in many cases ... override and address override and then the instruction follows? ...
    (comp.lang.asm.x86)