summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.17
1 files changed, 6 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index d3bb4423..c6dfe829 100644
--- a/txr.1
+++ b/txr.1
@@ -90939,7 +90939,12 @@ More peephole optimizations are applied.
.IP 6
Additional iterations of the levels 4 and 5 optimizations are performed,
if the previous iterations have coalesced some basic blocks of the program
-graph.
+graph. Also, at this level,
+.code chain
+expressions containing lambdas are inlined, eliminating the closures.
+These expressions arise out of
+.code opip
+syntax and its derivatives.
.IP 7
Certain more rarely applicable optimizations are applied which reduce code size
by merging some identical code blocks, or improving some more rarely