updated
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 5 Apr 2008 19:42:46 +0000 (19:42 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 5 Apr 2008 19:42:46 +0000 (19:42 +0000)
[r19147]

NEWS

diff --git a/NEWS b/NEWS
index 71c2a4b..1f111c3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,10 +3,11 @@
 * operator strength reduce fixed and improved
 * fixed 64bit code generation for some rary compare cases
 * better tailrecursion optimization: handles x * func() and x + func()
-* inlining can now handle recursive calls
+* improved inliner: better heuristic for inlining, can now inline recursive calls
 * lowering of CopyB nodes
 * better memory disambiguator
 * float->64bit conversion fixed for x87
+* removed old verbosity level based debugging: all modules ese the new debug facility
 
 ====== Libfirm 1.12.1 (2008-02-18) ======