diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-26 21:52:27 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-26 21:52:27 +0300 |
commit | 9e7d18a1e9464d9650c94eeebc86856afc4cc665 (patch) | |
tree | 199a0380bf554ef29c57918b2972047900e5c982 /doc/gawk.1 | |
parent | e32b1e252bba65f8311e7cb038b085fe42cf42ed (diff) | |
download | egawk-9e7d18a1e9464d9650c94eeebc86856afc4cc665.tar.gz egawk-9e7d18a1e9464d9650c94eeebc86856afc4cc665.tar.bz2 egawk-9e7d18a1e9464d9650c94eeebc86856afc4cc665.zip |
Update doc that tail recursion is no longer optimized.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Mar 22 2018" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Mar 26 2018" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -421,8 +421,7 @@ Implies Enable .IR gawk 's default optimizations upon the internal representation of the program. -Currently, this includes simple constant-folding, and tail call -elimination for recursive functions. +Currently, this just includes simple constant folding. This option is on by default. .TP .PD 0 |