Offload int[] to byte[].
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2019 / 10 / 27.mkd
blob8e3063d510c2e2bc63ab4494d601b7f9b6fe9efa
1 # 2019/10/27
3 ## 13:20
5 I think atomic decrement should probably not be an error, but there also
6 should be both increment and decrement. Although another decrement below
7 zero check.
9 ## 13:37
11 I think it is ref uncount is working with registers and it is kinda
12 being used with a memory address, so maybe that is a bad thing?
14 ## 13:47
16 There are too many instructions that happen at this point where printing all
17 of them is completely not feasible. So I am going to have to do some kind of
18 instruction storing circular queue and dumping. That way whenever there is
19 a crash of sorts I can figure out where it is, otherwise just guessing and
20 whatnot which would be a bad thing.
22 ## 19:25
24 Been slowly working on the code but it is late and I am quite tired. Made some
25 progress on the instruction gathering, but that is about it.