##jump
Basic block instructions

Prev:##call
Next:##no-tco


Vocabulary
compiler.cfg.instructions

Class description
An uncondiation jump instruction. It has the following slots:
wordWord whose address the instruction is jumping to.

Note that the optimizer is sometimes able to optimize away a ##call and ##return pair into one ##jump instruction.

Definition


Methods