This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Optimize memcmp builtin for length zero or one


On Mon, 3 Dec 2001, Roger Sayle wrote:

> even if the  memcpy can't be inlined, for example due to checking
> memory usage.

Would you like to get rid of the existing memory usage checking support?
Its creator agreed that it is too pervasive and should be replaced by a
separate pass on trees or RTL, and it seems to be bitrotten.

http://gcc.gnu.org/ml/gcc/2001-01/msg01226.html

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]