mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
Enable type folding
* module/language/cps/compile-bytecode.scm (optimize): Enable type folding.
This commit is contained in:
parent
8bc65d2d64
commit
6129faa0f5
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
(exp (run-pass exp elide-values #:elide-values? #t))
|
||||
(exp (run-pass exp prune-bailouts #:prune-bailouts? #t))
|
||||
(exp (run-pass exp eliminate-common-subexpressions #:cse? #t))
|
||||
(exp (run-pass exp type-fold #:type-fold? #f))
|
||||
(exp (run-pass exp type-fold #:type-fold? #t))
|
||||
(exp (run-pass exp resolve-self-references #:resolve-self-references? #t))
|
||||
(exp (run-pass exp eliminate-dead-code #:eliminate-dead-code? #t))
|
||||
(exp (run-pass exp simplify #:simplify? #t)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue