emacs-devel
[Top][All Lists]
Advanced

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

Re: convert regex.c, strftime.c mktime.c to standard C


From: Richard Stallman
Subject: Re: convert regex.c, strftime.c mktime.c to standard C
Date: Sun, 21 Nov 2010 02:42:52 -0500

    Whereas the implementation of re_search_2 and re_match_2 in glibc and gnulib
    concatenates the two given strings in a single malloc'ed area, performs the
    search, and then frees the malloc'ed area.

That would be totally useless for Emacs.  Copying the whole Emacs
buffer in that way just once could cause a delay big enough for
the user to see.

-- 
Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org, www.gnu.org



reply via email to

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