Offload int[] to byte[].
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 02 / 16.mkd
blob94adbef2526c50c9b9e31179d3412572e293df87
1 # 2016/02/16
3 ***DISCLAIMER***: _These notes are from the defunct k8 project which_
4 _precedes SquirrelJME. The notes for SquirrelJME start on 2016/02/26!_
5 _The k8 project was effectively a Java SE 8 operating system and as such_
6 _all of the notes are in the context of that scope. That project is no_
7 _longer my goal as SquirrelJME is the spiritual successor to it._
9 ## 00:21
11 I can have ninjas that can climb walls and throw daggers at you in the later
12 level. Then as a joke they can scream "Sodoku!" and throw a book at you which
13 does much damage but does not go very far at all.
15 ## 10:28
17 Looks like Vulkan was finally released today, this will be nice.
19 ## 13:15
21 I need an efficient means for reading and writing field bit data.
23 ## 17:28
25 Actually what I can have is a bit based `BinaryBlob` which handles the
26 positioning and program stuff via actual bits rather than bytes. Then I can
27 remove the restriction on instruction information being limited to byte sizes.
28 If there are any 4-bit instruction sets for example, they could then be
29 supported due to the potential of it being at the bit level. Then handling
30 FieldValue will be a bit easier since I can use `BitRange` get with potential
31 mutation.
33 ## 19:25
35 Appears ReactOS 0.4.0 has been released, I shall investigate it.
37 ## 19:53
39 Sadly it BSODs in QEMU.