]> granicus.if.org Git - apache/commit
Optimize memory access pattern of ap_merge_per_dir_configs()
authorStefan Fritsch <sf@apache.org>
Thu, 3 Feb 2011 17:02:38 +0000 (17:02 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 3 Feb 2011 17:02:38 +0000 (17:02 +0000)
commit74d4b6625d3660d106d8a785befaa7457b6fe288
treedfb4f6d8383e96967a83f66910e2728a7cbf4a7b
parent7665ada739ac043050dcdcd74add5a52ade8f804
Optimize memory access pattern of ap_merge_per_dir_configs()

According to Linux perf, this is twice as fast as the old loop.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1066869 13f79535-47bb-0310-9956-ffa450edef68
server/config.c