]> granicus.if.org Git - apache/commitdiff
Propose.
authorRainer Jung <rjung@apache.org>
Thu, 5 Feb 2015 21:28:58 +0000 (21:28 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 5 Feb 2015 21:28:58 +0000 (21:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1657696 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6e05972cdb90f315d8fa413eb81fc4ba10bf28b7..573873ba41f88eb9210045dc0a7df855500f406a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -283,6 +283,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic
 
+   * Expression parser: Optimize another concatenation case by using iteration
+     instead of recursion.
+     We have a relatively small recursion limit of about 10 operations. This
+     is a compilation limit (a define). It can be hit if many expr vars or
+     function calls are concatenated. The new optimization is very similar to
+     the existing one, which optimizes consecutive concatenations in node2 of
+     the tree. The new one optimizes consecutive concatenations in node 1.
+     trunk patch: http://svn.apache.org/r1657685
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: rjung
+
 OTHER PROPOSALS
 
    * A list of further possible backports can be found at: