You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/08/09 20:16:22 UTC

svn propchange: r983760 - svn:log

Author: stefan2
Revision: 983760
Modified property: svn:log

Modified: svn:log at Mon Aug  9 18:16:22 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Aug  9 18:16:22 2010
@@ -1,8 +1,11 @@
+Add a cache for node_revsion_t objects.
+
 * subversion/libsvn_fs_fs/fs.h
   (fs_fs_data_t): add node_revision_cache member
 * subversion/libsvn_fs_fs/fs_fs.c
   (get_noderev_cache_key, get_cached_node_revision_body,
-   set_cached_node_revision_body): new functions to get / set noderevs from / to cache
+   set_cached_node_revision_body): new functions to get / set noderevs 
+from / to cache
   (get_node_revision_body): speed up using the noderev cache
 * subversion/libsvn_fs_fs/caching.c
   (svn_fs_fs__initialize_caches): initialize the revnode cache; fix a comment