Remove Twitter links.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2017 / 02 / 13.mkd
blob400bb1293afe0519563963ab268fc66655c5b116
1 # 2017/02/13
3 ## 07:01
5 I woke up a bit early today, around 6:30.
7 ## 08:46
9 Will need an effective means of representing registers for the cell allocator.
10 Registers would be constant for the most part.
12 ## 11:10
14 Looks like MIPS V was never actually implemented or released, so that means it
15 can be ignored.
17 ## 11:50
19 I suppose I can have a register gifting system in the allocator. The allocator
20 starts out blank, but the constructor of the base class adds registers along
21 with their purpose to the allocator.
23 ## 11:53
25 However, some registers have multiple purposes. Some could be general purpose
26 and be used for arguments or return values. So this would have to be
27 supported. Although some conditions will have to be checked for example.