Offload int[] to byte[].
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2017 / 02 / 16.mkd
blob3d6fcd3dbb52a2d2e20e4602c24241ff0d50c366
1 # 2017/02/16
3 ## 09:16
5 I will need some initial state.
7 ## 09:17
9 I could also use a kind of state machine accessor to the JIT that is initiated
10 with the translation engine. That way there is a backwards bridge of sorts to
11 the current code decoder, this will be very useful. It could either be in a
12 new class, or the current class can implement an interface. However, using it
13 as a `CodeDescriptionStream` could be as useful as it is dangerous.