diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-22 09:21:09 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-22 09:21:09 +0000 |
commit | 0111c4fd47c4cca05ba4f96d1ff28f7e9ff79155 (patch) | |
tree | 28a574650c97913efe008d8a4a4aa5dcc09c22b7 /pod | |
parent | a399f54aa42608589fd1ea74b6eb5f6dc14c9622 (diff) | |
download | perl-0111c4fd47c4cca05ba4f96d1ff28f7e9ff79155.tar.gz |
Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
and other neatification
p4raw-id: //depot/perl@24065
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl592delta.pod | 2 | ||||
-rw-r--r-- | pod/perlvar.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl592delta.pod b/pod/perl592delta.pod index ad102b8678..0d88ff7f72 100644 --- a/pod/perl592delta.pod +++ b/pod/perl592delta.pod @@ -66,7 +66,7 @@ effect for the regular expression engine when running under C<use re =head2 Trie optimization for regexp engine The regexp engine is now able to factorize common prefixes and suffixes in -regular expressions. A new special variable, ${^RE_TRIE_MAXBUFF}, has been +regular expressions. A new special variable, ${^RE_TRIE_MAXBUF}, has been added to fine tune this optimization. =head1 Installation and Configuration Improvements diff --git a/pod/perlvar.pod b/pod/perlvar.pod index af13c811f4..4923dd5304 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -934,7 +934,7 @@ numeric or symbolic values, eg C<$^D = 10> or C<$^D = "st">. The current value of the regex debugging flags. Set to 0 for no debug output even when the re 'debug' module is loaded. See L<re> for details. -=item ${^RE_TRIE_MAXBUFF} +=item ${^RE_TRIE_MAXBUF} Controls how certain regex optimisations are applied and how much memory they utilize. This value by default is 65536 which corresponds to a 512kB temporary |