diff options
Diffstat (limited to 'module/system/base/optimize.scm')
-rw-r--r-- | module/system/base/optimize.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/system/base/optimize.scm b/module/system/base/optimize.scm index 6a88d7ecd..cf40cb8a2 100644 --- a/module/system/base/optimize.scm +++ b/module/system/base/optimize.scm @@ -47,6 +47,7 @@ (#:resolve-self-references? 2) (#:devirtualize-integers? 2) (#:specialize-numbers? 2) + (#:optimize-branch-chains? 2) (#:licm? 2) (#:rotate-loops? 2) ;; This one is used by the slot allocator. |