cvsuser 03/11/03 16:46:41
Modified: imcc ChangeLog
Log:
Update.
Revision Changes Path
1.40 +7 -0 parrot/imcc/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/public/parrot/imcc/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -w -r1.39 -r1.40
--- ChangeLog 23 Oct 2003 17:02:49 -0000 1.39
+++ ChangeLog 4 Nov 2003 00:46:41 -0000 1.40
@@ -1,3 +1,10 @@
+- 2003-11-03 melvin
+ * move register allocation and spill related code to reg_alloc.c
+ * cleanup some routine names
+ * make imc_compile_unit the main entry point from parser -> compiler
+ * Add some initial framework for collecting all compilation units
+ before compiling or emitting anything.
+
- 2003-10-13 leo
* report error location inside macros too
* allow macro defintions outsied of subs