From owner-svn-src-all@freebsd.org Fri May 4 15:53:08 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6196AFB0CB8; Fri, 4 May 2018 15:53:08 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 984B9792DF; Fri, 4 May 2018 15:53:07 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 49E695A9F12; Fri, 4 May 2018 15:53:01 +0000 (UTC) Date: Fri, 4 May 2018 15:53:01 +0000 From: Brooks Davis To: Mateusz Guzik Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r333240 - in head/sys: powerpc/powerpc sys Message-ID: <20180504155301.GA56280@spindle.one-eyed-alien.net> References: <201805040400.w4440moH025057@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline In-Reply-To: <201805040400.w4440moH025057@repo.freebsd.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2018 15:53:08 -0000 --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=20 > 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 --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJa7IHcAAoJEKzQXbSebgfAOeQH/jZeWm52/PIApAvo21GWfHNj ccHIcXS5HekTTL/66GCCzPJTsBANrtNZEE9sAkTy4+FTMzhGm0r1DkShEF1yqeow w8oRLEOl4G726LxWtF+4GHrlEOZPyqLjtw0FKrZo01M9We1gqvF5HsGLA3evtSpp AToE9zzZkkC3DHjjtQsnyBGGCXLSPjoHfKlLfAIozR2jhoKB7qKFxbPVH/6h95bY lLBheSWIZZvGWPw3c23wyT0auAbx/TMXdjDoYitNGeMb6mRc5H3ZRHGlToKvfDS9 lskFOmGXLVeXASADQbfjWfZ+JaQeyfMOgf2a/xBlcCFRcOjB67Syqd5oFsOsxzI= =GWsD -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3--