Subject: Re: optimizations [for non-debugging] amd64 kernels
To: David Laight <david@l8s.co.uk>
From: Blair Sadewitz <blair.sadewitz@gmail.com>
List: port-amd64
Date: 09/16/2007 03:04:15
Thanks for the feedback; it helps me better understand concerns I
should be aware of in these cases.  Needless to say, I now think that
a more conservative and less [potentially] costly approach is
warranted.

In the FreeBSD source tree (src/lib/libc/amd64/string, IIRC), they
made some changes to our string functions (mostly removing vestigial
i386 instructions).  Would these changes be a good thing to merge in?

Regards,

--Blair