svn commit: r333240 - in head/sys: powerpc/powerpc sys

Brooks Davis brooks at freebsd.org
Fri May 4 15:53:08 UTC 2018


On Fri, May 04, 2018 at 04:00:48AM +0000, Mateusz Guzik wrote:
> Author: mjg
> Date: Fri May  4 04:00:48 2018
> New Revision: 333240
> URL: https://svnweb.freebsd.org/changeset/base/333240
> 
> Log:
>   Allow __builtin_memmove instead of bcopy for small buffers of known size

What is the justification for forcing a size rather than using the
compiler's built-in fallback to memmove?  Is the kernel compilation
environment disabling that?

-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20180504/8bd447cf/attachment.sig>


More information about the svn-src-head mailing list