source: branches/typed-asm/abcl/BRANCH-README

Last change on this file was 14417, checked in by ehuelsmann, 11 years ago

Add a readme explaining the purpose of the branch.

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