[armedbear-cvs] r14417 - branches/typed-asm/abcl
    ehuelsmann at common-lisp.net 
    ehuelsmann at common-lisp.net
       
    Sun Mar  3 21:57:42 UTC 2013
    
    
  
Author: ehuelsmann
Date: Sun Mar  3 13:57:41 2013
New Revision: 14417
Log:
Add a readme explaining the purpose of the branch.
Added:
   branches/typed-asm/abcl/BRANCH-README
Added: branches/typed-asm/abcl/BRANCH-README
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/typed-asm/abcl/BRANCH-README	Sun Mar  3 13:57:41 2013	(r14417)
@@ -0,0 +1,21 @@
+
+
+Purpose
+=======
+
+The purpose of the branch is to abstract a layer out of
+compiler-pass2 to manage byte code emission, with stack and local
+types tracked throughout the code emission.
+
+The result should be a layer which collects enough information
+to be able to generate "format 50" class files. Additionally,
+the layer should provide for a place to hook in other code
+backends.
+
+Status
+======
+
+The branch is used to record my thoughts and progress on the matter
+as well as discuss the general direction with co-developers.
+
+Actual code can be compiled, but isn't used so far.
    
    
More information about the armedbear-cvs
mailing list