5 Okay, so I am starting work on RatufaCoat which is the C port of the
6 SummerCoat VM. Like what I turned SummerCoat into, most of the heavy
7 lifting is done by the code running in the VM. This will make it so I do not
8 have to write tons of C because C is interesting.
12 Okay so the JAR minimizer takes a single JAR file which may also be a
13 bootstrap and then allows you to get a byte array from it. Or just write to
14 some stream. So I guess what I can do is just pass it a bunch of JARs from the
15 build system potentially. Then at least one of them will be the bootstap JAR
16 and such which is just loaded.
20 I wonder if I can make the tests runnable on the host JVM without needing