5 So using `TypedAllocations` instead of maintaining a native type and registers
6 would be much better in the long run. Slots can have stack positions and
7 registers assigned to them without issue.
11 Using it is is less buggy. I do not need to copy registers or stack positions.
12 So it is much easier to use.
16 So I would say the following. Basically
20 The cache state takes care of what the SMT tread did before. It has push, pop,
21 and stack position information.