On 30.09.2010 02:12, Blair Zajac wrote:
On 09/29/2010 05:01 PM, stef...@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.

I mean calling convention. Where is the Subversion ABI defined?

-- Stefan^2.

Reply via email to