*** empty log message ***
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Tue, 20 Nov 2001 13:25:14 +0000 (13:25 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Tue, 20 Nov 2001 13:25:14 +0000 (13:25 +0000)
[r273]

Changes
TODO

diff --git a/Changes b/Changes
index df106cb..2942d78 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,14 @@
 
-
-
-  8.11.2001 Goetz
+  20.11.2001 Goetz
+  Changed SSA constuction for exception control flow.
+  If PRECISE_EXC_CONTEXT is used Phi nodes will use the values
+  valid when the execption operation was allocated.  This increases
+  the memory consuption of the construction algorithm by
+  n_loc * #fragile_ops.
+
+  19.11.2001 Goetz
   Added method to replace in array of a node in irnode.c/h
-  Added funcionality to irgmod:
+  Added functionality to irgmod:
    * collect all Phi nodes as link-list in the Blocks link field
    * collect all Proj nodes as link-list in node producing the tuple.
    * Seperate a Block into two
diff --git a/TODO b/TODO
index f7732bb..48b667f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,10 @@
-  * 19.11.2001 Goetz
+  + 19.11.2001 Goetz
     SymConst mit ident taugt nicht:  Wenn man z.B. die Prozedur kennt
     sollte man die entitaet der Prozedur angeben koennen.  Ermoeglicht
     einfachere Navigation im Callgraphen.
+    --> Verwende Const mit entity.
 
-  * 13.11.2001 Goetz
+  + 13.11.2001 Goetz
     Aufbau Exceptions tut nicht:
     1) mache exception handle block
     2) baue code auf, verzweige von fragile ops zu dem Handler