Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2017 / 04 / 25.mkd
blob492e5f47e3041c00eda7fcabd928cac236bba0a1
1 # 2017/04/25
3 ## 12:19
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.
9 ## 12:27
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.
14 ## 13:12
16 So I would say the following. Basically
18 ## 13:19
20 The cache state takes care of what the SMT tread did before. It has push, pop,
21 and stack position information.