5 So now I will be having to write the minimizing code.
9 Actually I need to update the project board first so I can get a grasp of
10 what I have to do since I can set it all down in that moment.
14 Additionally while in the shower I thought that I should definitely use
15 a register based format for the minimized format. That is much simpler to
16 do and handle by the VM. Instead of having multiple execution engines which
17 would complicate the design of the VM and such. I want to make writing VMs
18 easier. It will still be a very 1:1 format however.
22 A simple and quick optimization I can do is sorting the fields so that they
23 are in primitive size order, this way when it comes to how data is packed it
24 is more efficient due to alignment requirements.