Re: svn commit: r1483532 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_fs_base/ libsvn_fs_fs/ libsvn_ra/ libsvn_ra_local/ libsvn_ra_svn/ libsvn_repos/ libsvn_subr/ libsvn_wc/ mod_dav_svn/ svndumpfilter/ svnmucc/ svnrdump/ svnserve/ svn
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Thu, 16 May 2013 23:23:57 +0100 (BST)
Bert Huijben wrote:
A safer and simpler design to achieve the same goal as this could be:
#define svn_hash_gets(ht, key) \
which works because the compiler can then optimize out the "strlen" when it is safe and possible to do so.
- Julian
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.