From 9d57750a1bc1b74199acf09fd18c217a72d74af6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Tue, 20 Nov 2001 13:25:14 +0000 Subject: [PATCH] *** empty log message *** [r273] --- Changes | 13 +++++++++---- TODO | 5 +++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index df106cb68..2942d78e8 100644 --- 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 f7732bb8c..48b667fb4 100644 --- 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 -- 2.20.1