Module type Stack_class_utils.T
Definition of stack classes for a given backend.
The number of stack slot classes may differ from the number of register classes. On x86, we use the same register class for floating point and SIMD vector registers, but they take up different amounts of space on the stack.
val all : t listThe list of all classes.
val frame_order : t arrayThe order of the stack classes in the frame.
val hash : t -> intval tag : t -> stringval print : Stdlib.Format.formatter -> t -> unitval size_in_bytes : t -> intval of_machtype : Cmm.machtype_component -> t