From c77923ffb3301a3413a770aad986bdb822095fe6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Mon, 18 Mar 2002 16:04:29 +0000 Subject: [PATCH] *** empty log message *** [r333] --- Changes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Changes b/Changes index 3feb4b058..fb2a98cd4 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,19 @@ + 15.3. Goetz + Bug: dominator construction aborts for BreakTest with flag 3.31 + Problem: optimization of many subsequent blocks (Jmp-chains) + where one is inlined (Tuple control flow) in a loop. Not all + nodes in merged blocks are moved to remaining block. + Fix: different calling order to optimize_in_place_2 from + optimize_in_place_wrapper. + Bug: dumping cfg when a block is Bad. Fix: Output Bad node. + Change: not only turn off cse but all optimizations during + inlining. + + 15.3. Goetz + Parted common.h into two files common_t.h. By this config.h + as well as the preprocessor flags are no more visible externaly. + Adapted include directives. + 12.3. Goetz Bugfix in inlining: problems in combination with cse. -- 2.20.1