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/gawktexi.in | |
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/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index f2cb7108..8dada2d2 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -59,7 +59,7 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH February, 2018 +@set UPDATE-MONTH March, 2018 @set VERSION 4.2 @set PATCHLEVEL 1 @@ -4061,10 +4061,10 @@ This is no longer the case. @cindex @option{--optimize} option @cindex @option{-O} option Enable @command{gawk}'s default optimizations on the internal -representation of the program. At the moment, this includes simple -constant folding and tail recursion elimination in function calls. +representation of the program. At the moment, this includes just simple +constant folding. -These optimizations are enabled by default. +Optimization is enabled by default. This option remains primarily for backwards compatibility. However, it may be used to cancel the effect of an earlier @option{-s} option (see later in this list). |