Offload int[] to byte[].
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2019 / 05 / 28.mkd
blob421ed12a92df06640744e1e9b9d505e6fb78b63f
1 # 2019/05/28
3 ## 07:47
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.
10 ## 17:09
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.
18 ## 17:17
20 I wonder if I can make the tests runnable on the host JVM without needing
21 meep-swm.