diff python/irmach.py @ 270:cdc76d183bcc

first register allocator
author Windel Bouwman
date Mon, 19 Aug 2013 21:14:28 +0200
parents 5f8c04a8d26b
children ea93e0a7a31e
line wrap: on
line diff
--- a/python/irmach.py	Sun Aug 18 17:43:18 2013 +0200
+++ b/python/irmach.py	Mon Aug 19 21:14:28 2013 +0200
@@ -1,6 +1,10 @@
 
 """
-  Abstract assembly language instructions
+  Abstract assembly language instructions.
+
+  This is the second intermediate representation.
+  
+  Instructions are selected and scheduled at this stage.
 """