On 10/01/2010 01:36 AM, Stefan Fuhrmann wrote:

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 perform struct


-- Stefan^2.

ance 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?

By ABI, I mean everything in subversion/include. We can't change function definitions or modify structures in such a way that breaks the ABI.

Blair

Reply via email to