Package jdk.graal.compiler.hightiercodegen.reconstruction.stackifier
package jdk.graal.compiler.hightiercodegen.reconstruction.stackifier
-
ClassesClassDescriptionThis phase sorts the basic blocks of a
ControlFlowGraph
such that the basic blocks from aScope
are contiguous.Class to hold the state of the phase.Computes aScheduleWithReconstructionResult
for the graph, meant specifically for use byStackifierIRWalker
.This class computesScope
s for then-else branches, catch-blocks and cases of a switch that are necessary for an optimization of the stackifier algorithm.