Offload int[] to byte[].
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2017 / 06 / 01.mkd
blobfd4cf9a0f078babf7c61db2e3c3eea40200c06cd
1 # 2017/06/01
3 ## 08:46
5 So slowly I will get into the base compilation logic which will shove
6 everything into a single link table.
8 ## 11:01
10 I will need resource handling in the JIT, basically it will be the same as
11 classes except done a bit differently.
13 ## 11:08
15 For `getResourceAsStream()` I need to group classes according to the group of
16 JARs that they exist in. Basically it is a resource identifier.
18 ## 11:09
20 But not really a resource identifier, it is more of a group of classes and
21 resources. It essentially is I would suppose a cluster of them combined into
22 one.
24 ## 11:18
26 This month is LGBT Pride Month and I will say that I am proud to be who I am
27 and that you should not be afraid of who you are. You do not have to be the
28 same as everyone else to write software that you enjoy. They say that you
29 should mix your sexual orientation or gender with the software that you write
30 but to me that just makes it faceless. I am bisexual and genderfluid and I do
31 not hide it.
33 ## 11:25
35 Essentially the cluster identifier will group classes so the behavior is
36 still matched where only JARs in the same resource are used. The identifiers
37 in this case will just be a simple increment.