Subject: Re: port-xen/29887: sysctl kern.consdev coredumps
To: Jason Thorpe <thorpej@shagadelic.org>
From: Martin Husemann <martin@duskware.de>
List: tech-userlevel
Date: 06/18/2005 00:43:20
On Fri, Jun 17, 2005 at 05:36:16PM -0500, James Chacon wrote:
> Does it violate the principle of least surprise that the compiler is deciding
> to call entirely different functions for me because it decided that was 
> "optimal" when all I did was specify -O2 or -O3?

Not more than memcpy() being inlined and getting alignment restrictions
that the "real" memcpy does not have.

Martin