5 I suppose today will be a break.
9 Ok, so previously I noted that the namespace writer would not work because
10 the output is unknown. However it would work because there is config which
11 contains the cache creator. For other JIT parts that are directly executable,
12 the namespace can write using a similar means so to speak.
16 There is no `PrintWriter`, however `PrintStream` works the same except that
17 special work is needed to prevent characters from being directly written.
21 So since namespaces must be visible in the source code, the resource data in
22 a given resource looks like this: `jvm_1ejar___META_1dINF_1fMANIFEST_1eMF`.
23 Any classes would also share that prefix also. So what I need to do now is
24 start writing the class file data, as in actually performing the JIT
29 I will need some base structure information so that namespace lookup and
30 the basic initialization of the C machine works.
34 The `JITOutput` would likely need a kind of final link, so that it can be
35 given a bunch of files which refer to namespace caches and determine what to