Class | Description |
---|---|
EditClass |
Example showing how to use the
PeepholeEditor with a BranchTargetFinder and a
CodeAttributeEditor to add code before and after branches. |
ReplaceSimpleConstantInstruction |
Example showing how to use
InstructionSequenceReplacer to replace an `LDC` loading "Hello
World" to load the constant "Hallo Wereld" instead. |