[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1002898 - in /subversion/trunk: ./ subversion/include/svn_string.h subversion/libsvn_subr/svn_string.c

From: Blair Zajac <blair_at_orcaware.com>
Date: Wed, 29 Sep 2010 17:12:23 -0700

On 09/29/2010 05:01 PM, stefan2_at_apache.org wrote:
> Author: stefan2
> Date: Thu Sep 30 00:01:45 2010
> New Revision: 1002898
>
> URL: http://svn.apache.org/viewvc?rev=1002898&view=rev
> Log:
> Merge r1001413 from the performance branch.
>
> Improve documentation on svn_stringbuf_appendbyte.
>
> Approved by: Hyrum K. Wright<hyrum_wright_at_mail.utexas.edu>
>

> /** Append a single character @a byte onto @a targetstr.
> + * This is an optimized version of @ref svn_stringbuf_appendbytes
> + * that is much faster to call and execute. Gains vary with the ABI.

When you say ABI, you actually mean the C calling convention ABI, not
the Subversion ABI? I think this would be a good distinction to
document here, since Subversion has its own ABI that we strictly maintain.

Blair
Received on 2010-09-30 02:13:04 CEST

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.