Am 01.06.2012 14:22, schrieb Philip Martin:
GCC gives a compiler warning where the COPY_TWO_BYTES macro is used. A
typical warning is:
../src/subversion/libsvn_subr/string.c:971:11: warning: dereferencing
type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
COPY
On 01.06.2012 19:24, Philip Martin wrote:
> Philip Martin writes:
>
>> Is COPY_TWO_BYTES a significant optimisation?
> r1325896 implies this is most significant for ra_svn. So I compared the
> testsuite over ra_svn built with the "fast" code and the "slow" code.
> The CPU used by the testsuite an
Philip Martin writes:
> Is COPY_TWO_BYTES a significant optimisation?
r1325896 implies this is most significant for ra_svn. So I compared the
testsuite over ra_svn built with the "fast" code and the "slow" code.
The CPU used by the testsuite and svnserve was:
"fast" code
749.93user 404.
Branko Čibej writes:
> On 01.06.2012 14:22, Philip Martin wrote:
>> GCC gives a compiler warning where the COPY_TWO_BYTES macro is used. A
>> typical warning is:
>>
>> ../src/subversion/libsvn_subr/string.c:971:11: warning: dereferencing
>> type-punned pointer will break strict-aliasing rules [
On 01.06.2012 14:22, Philip Martin wrote:
> GCC gives a compiler warning where the COPY_TWO_BYTES macro is used. A
> typical warning is:
>
> ../src/subversion/libsvn_subr/string.c:971:11: warning: dereferencing
> type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
>
5 matches
Mail list logo