Remove obsolete comment in compile-bytecode.scm
authorAndy Wingo <wingo@pobox.com>
Tue, 8 Apr 2014 12:10:36 +0000 (14:10 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 9 Apr 2014 07:05:43 +0000 (09:05 +0200)
* module/language/cps/compile-bytecode.scm (optimize): Remove an
  obsolete comment.

module/language/cps/compile-bytecode.scm

index 3d95b8c..bf87f2c 100644 (file)
@@ -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