5 Corrected an issue with reference counts with field puts.
9 Okay so there are system calls which do not make sense to be system calls in
10 the VM, they would be super complicated. So in this case I am going to do
11 pure and unpure system calls. All normal `sysCall`s are treated as unpure and
12 so a special handler method will be called in its place. This will allow
13 any of them to be replaced by the VM itself. However for SpringCoat and
14 JavaSE all system calls will be considered pure. Since there are things like
15 garbage collection that could be done. So this makes it much easier and I
16 can override any of them.
20 Think it would be time to remove the conversions and anything related to