Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2014 / 11 / 15.mkd
blob247c0791e1f400c3fc7e3be1ec03d5fd6f9abcb8
1 # 2014/11/15
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 ## 10:28
11 It might be a bit better to have the ClassFile builder in another class and
12 just have it use a gigantic constructure to make the actual class, possibly.
13 Maybe not then. However then everything could be final.
15 ## 14:05
17 I believe all of the class loading is done now completely with builders. So
18 work continues on Logical, and now that ClassFiles are immutable instead of
19 copying everything over I can just associate a ClassFile within the Logical.
21 ## 15:57
23 The good thing is that my code should be tons faster now that there are no
24 locks. Also the Logical method stuff has been split away so that many methods
25 can be calculated at the same time and do not have to wait on the method list
26 becuase it is pre-created then.