guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. v2.1.0-895-gc0c9358


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. v2.1.0-895-gc0c9358
Date: Wed, 09 Apr 2014 07:52:09 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=c0c93581c4a2cb65e1afa52c48b18a39e69cb4fb

The branch, master has been updated
       via  c0c93581c4a2cb65e1afa52c48b18a39e69cb4fb (commit)
      from  c4a209b96ff7ea75d3d74aa956223768a352d6d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c0c93581c4a2cb65e1afa52c48b18a39e69cb4fb
Author: Andy Wingo <address@hidden>
Date:   Tue Apr 8 14:10:36 2014 +0200

    Remove obsolete comment in compile-bytecode.scm
    
    * module/language/cps/compile-bytecode.scm (optimize): Remove an
      obsolete comment.

-----------------------------------------------------------------------

Summary of changes:
 module/language/cps/compile-bytecode.scm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/module/language/cps/compile-bytecode.scm 
b/module/language/cps/compile-bytecode.scm
index 3d95b8c..bf87f2c 100644
--- a/module/language/cps/compile-bytecode.scm
+++ b/module/language/cps/compile-bytecode.scm
@@ -81,8 +81,6 @@
     ;;  * Abort contification: turning abort primcalls into continuation
     ;;    calls, and eliding prompts if possible.
     ;;
-    ;;  * Common subexpression elimination.  Desperately needed.
-    ;;
     ;;  * Loop peeling.  Unrolls the first round through a loop if the
     ;;    loop has effects that CSE can work on.  Requires effects
     ;;    analysis.  When run before CSE, loop peeling is the equivalent


hooks/post-receive
-- 
GNU Guile



reply via email to

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