Subject: Re: strl{cpy,cat} into libkern
To: David Laight <david@l8s.co.uk>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 05/15/2003 12:11:02
On Thursday, May 15, 2003, at 01:25  AM, David Laight wrote:

> gcc might even convert that one to an inlined memcpy!

Correct, GCC will optimize certain types of string copies where the 
length is known at compile time.

         -- Jason R. Thorpe <thorpej@wasabisystems.com>