Safe Haskell | None |
---|
The assignment of virtual registers to stack slots
- type StackSlot = Int
- data StackMap = StackMap {}
- emptyStackMap :: DynFlags -> StackMap
- getStackSlotFor :: StackMap -> Unique -> (StackMap, Int)
- getStackUse :: StackMap -> Int
Documentation
StackMap | |
|
emptyStackMap :: DynFlags -> StackMapSource
An empty stack map, with all slots available.
getStackSlotFor :: StackMap -> Unique -> (StackMap, Int)Source
If this vreg unique already has a stack assignment then return the slot number, otherwise allocate a new slot, and update the map.
getStackUse :: StackMap -> IntSource
Return the number of stack slots that were allocated