emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/src callproc.c


From: Kim F . Storm
Subject: [Emacs-commit] emacs/src callproc.c
Date: Fri, 03 Jun 2005 19:02:40 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Kim F. Storm <address@hidden>   05/06/03 23:02:40

Modified files:
        src            : callproc.c 

Log message:
        (Fcall_process): Don't use alloca to gradually
        increase size of buf, as it effectively uses twice the necessary
        space on the stack.  Instead, pre-allocate buf of full size, and
        gradually increase the read size.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/callproc.c.diff?tr1=1.206&tr2=1.207&r1=text&r2=text





reply via email to

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