mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
Include missing #:simplify? option in (language cps optimize).
* module/language/cps/optimize.scm (cps-default-optimization-options): Add missing #:simplify? option. Otherwise the simplification pass was running even at -O0.
This commit is contained in:
parent
204336c377
commit
9091454c2e
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@
|
|||
|
||||
(define (cps-default-optimization-options)
|
||||
(list ;; #:split-rec? #t
|
||||
#:simplify? #t
|
||||
#:eliminate-dead-code? #t
|
||||
#:prune-top-level-scopes? #t
|
||||
#:contify? #t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue