#SquirrelJME: Do not forget you can support this project on Patreon at https://www.patreon.com/SquirrelJME ! Your patronage is much supported!
#SquirrelJME: Refactoring my Java byte code to register code compiler and I decided that I need to map out all of the possible instructions along with their encodings. Currently there will be 16 groups/encodings of 16 instructions each.
#SquirrelJME: My compiler is making a bunch of reference uncounts and returns at the end, so I figured I can just order these so they all fall into each other!
#SquirrelJME: While working on this Java byte code to register compiler, even with basic caching I am noticing so far that the number of instructions is around half original size.
re: selfie, hrt (+)
@behold3r Very pretty girl!
@behold3r Cute!
#SquirrelJME: So now useless jumps to the following instruction are removed, so this constructor which calls another constructor is now just a few instructions!
#SquirrelJME: Now duplicate reference count cleanups are not made and any exception handlers which point to these cleanups are removed. This makes the code a bit smaller with less duplicate areas which is nice.
Moved to @XerShadowTail , please follow me there instead!