Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2017 / 08 / 27.mkd
blob30ee18182406636cabb67b90bc92ad628be9640d
1 # 2017/08/27
3 ## 01:50
5 With `JITProcessor` being given linking points and high level programs, I can
6 actually have it where I can implement target specific high level programs
7 or other fragments. Basically, it works better.
9 ## 02:03
11 I can use `native` to implement some special methods potentially. The JIT will
12 need to generate classes such as arrays and otherwise. Actually one thing I
13 need is a means to commonize arrays. I will need classes for every array type
14 which is statically used in the byte code.
16 ## 13:32
18 I would say for `JITConfig` have a JIT option set so to speak. Basically have
19 core options, then architecture options, then perhaps OS options, then
20 after than I suppose operating system? Those two later ones are quite
21 intermixed so it can be unknown how they relate to each other. Basically it
22 can be managed by multiple classes.