Interface JitPassage.IntBranch

All Superinterfaces:
JitPassage.Branch
All Known Implementing Classes:
JitPassage.RIntBranch, JitPassage.SIntBranch
Enclosing class:
JitPassage

public static interface JitPassage.IntBranch extends JitPassage.Branch
A branch to another p-code op in the same passage

The JitCodeGenerator translates internal branches into JVM bytecodes for the equivalent branch to the translation of the target p-code op. Thus, we remain executing inside the run method. This branch type incurs the least run-time cost.

  • Method Details

    • to

      PcodeOp to()
      The target pcode op
      Returns:
      the op