Last change
on this file was
14417,
checked in by ehuelsmann, 12 years ago
|
Add a readme explaining the purpose of the branch.
|
File size:
578 bytes
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | Purpose |
---|
4 | ======= |
---|
5 | |
---|
6 | The purpose of the branch is to abstract a layer out of |
---|
7 | compiler-pass2 to manage byte code emission, with stack and local |
---|
8 | types tracked throughout the code emission. |
---|
9 | |
---|
10 | The result should be a layer which collects enough information |
---|
11 | to be able to generate "format 50" class files. Additionally, |
---|
12 | the layer should provide for a place to hook in other code |
---|
13 | backends. |
---|
14 | |
---|
15 | Status |
---|
16 | ====== |
---|
17 | |
---|
18 | The branch is used to record my thoughts and progress on the matter |
---|
19 | as well as discuss the general direction with co-developers. |
---|
20 | |
---|
21 | Actual code can be compiled, but isn't used so far. |
---|
Note: See
TracBrowser
for help on using the repository browser.