guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 04/07: Minor NEWS update.


From: Andy Wingo
Subject: [Guile-commits] 04/07: Minor NEWS update.
Date: Fri, 23 Oct 2015 13:36:17 +0000

wingo pushed a commit to branch master
in repository guile.

commit 139ef2d17c98488fc8e5444bf642699f2ad09e08
Author: Andy Wingo <address@hidden>
Date:   Thu Oct 22 13:03:51 2015 +0000

    Minor NEWS update.
---
 NEWS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 208ec9e..6041134 100644
--- a/NEWS
+++ b/NEWS
@@ -132,10 +132,10 @@ Guile's compiler now uses a Continuation-Passing Style 
(CPS)
 intermediate language, allowing it to reason easily about temporary
 values and control flow.  Examples of optimizations that this permits
 are optimal contification, optimal common subexpression elimination,
-dead code elimination, parallel moves with at most one temporary,
-allocation of stack slots using precise liveness information, and
-closure optimization.  For more, see "Continuation-Passing Style" in the
-manual.
+dead code elimination, loop-invariant code motion, loop peeling, loop
+inversion, parallel moves with at most one temporary, allocation of
+stack slots using precise liveness information, and closure
+optimization.  For more, see "Continuation-Passing Style" in the manual.
 
 ** Faster interpreter
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]