mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
Remove obsolete comment in compile-bytecode.scm
* module/language/cps/compile-bytecode.scm (optimize): Remove an obsolete comment.
This commit is contained in:
parent
c4a209b96f
commit
c0c93581c4
1 changed files with 0 additions and 2 deletions
|
@ -81,8 +81,6 @@
|
||||||
;; * Abort contification: turning abort primcalls into continuation
|
;; * Abort contification: turning abort primcalls into continuation
|
||||||
;; calls, and eliding prompts if possible.
|
;; calls, and eliding prompts if possible.
|
||||||
;;
|
;;
|
||||||
;; * Common subexpression elimination. Desperately needed.
|
|
||||||
;;
|
|
||||||
;; * Loop peeling. Unrolls the first round through a loop if the
|
;; * Loop peeling. Unrolls the first round through a loop if the
|
||||||
;; loop has effects that CSE can work on. Requires effects
|
;; loop has effects that CSE can work on. Requires effects
|
||||||
;; analysis. When run before CSE, loop peeling is the equivalent
|
;; analysis. When run before CSE, loop peeling is the equivalent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue