Offload int[] to byte[].
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2019 / 10 / 12.mkd
blobf039a6c7e360aeff684806d63f8543e4b4607811
1 # 2019/10/12
3 ## 12:32
5 Okay so have started working on the format handlers for the class data,
6 do hope that this makes things work out well.
8 ## 12:37
10 Actually we figured out how to handle weak references and such, instead of
11 having a dangling pointer there is an actual object reference. It would not
12 follow the same semantics of course, but if there is just a single reference
13 to said object then it could be garbage collected. However this will result
14 in objects not being cleared properly. So still not sure about how to handle
15 them, but is an idea.