chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] Replace unsafe string functions with their


From: John Cowan
Subject: Re: [Chicken-hackers] [PATCH] Replace unsafe string functions with their safer counterparts
Date: Tue, 4 Feb 2014 11:05:48 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

Peter Bex scripsit:

> Yes, that's fine. I'm tired of arguing about this, and I know I can't
> win.  I prefer getting the patch in over arguing about it, and nobody
> else seems to have an opinion about this.

I do, actually.  The trouble with this code is that it copies a byte
at a time, and so may be much less efficient than existing library
versions which do it smart, a 32-bit or 64-bit word at a time with
adjustments.  I would like to see some measurements on at least
a few platforms before we install this vanilla code.

-- 
You know, you haven't stopped talking           John Cowan
since I came here. You must have been           http://www.ccil.org/~cowan
vaccinated with a phonograph needle.            address@hidden
        --Rufus T. Firefly



reply via email to

[Prev in Thread] Current Thread [Next in Thread]