diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-26 21:54:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-26 21:54:50 +0300 |
commit | 0c336a08a7e596d9bb2e24384e3c6f2120567c5a (patch) | |
tree | ba2d90f1c7300eac0e3bf1a6ef6c90d673b989ce /doc/gawk.texi | |
parent | adcc3b031e9cf213dc895825e29cadc05e124bde (diff) | |
parent | bc7fa594a66d739002e96579fcb5a6c7a832cc9a (diff) | |
download | egawk-0c336a08a7e596d9bb2e24384e3c6f2120567c5a.tar.gz egawk-0c336a08a7e596d9bb2e24384e3c6f2120567c5a.tar.bz2 egawk-0c336a08a7e596d9bb2e24384e3c6f2120567c5a.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 69e05a77..107a7b03 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -64,7 +64,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 @@ -4151,10 +4151,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). |