Destination
Class in BasicBlock
Inherits from System.Object
Summary
A destination represents a BasicBlock or node that may be run, following the execution of a BasicBlock .
Remarks
Destination objects represent links between blocks, or between blocks and nodes.
Methods
Name
Description
Properties
Name
Description
The condition that causes this destination to be reached.
When this destination is taken, if this value is non-null, a VM should push this block onto the call stack. When a Return instruction is reached, pop a block off the call stack and return to it. If the value is null, the VM should clear the call stack.
Last updated