Subject: Re: port-xen/29887: sysctl kern.consdev coredumps
To: James Chacon <jmc@NetBSD.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-userlevel
Date: 06/17/2005 18:38:02
On Jun 17, 2005, at 3:50 PM, James Chacon wrote:

>> Not more than memcpy() being inlined and getting alignment  
>> restrictions
>> that the "real" memcpy does not have.
>>
>
> At least it's still calling memcpy....

Not if it is inlining the block move instead.  It wouldn't be calling  
any functions, in that case!

-- thorpej