emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r117846: Add macros to allocate temporary Lisp o


From: Paul Eggert
Subject: Re: [Emacs-diffs] trunk r117846: Add macros to allocate temporary Lisp objects with alloca.
Date: Tue, 09 Sep 2014 23:43:44 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Paul Eggert wrote:
I'll try to review the code carefully soon.

I installed some changes that I hope improve things. The biggest was to change the new string and vector API to look more like the existing functional API, e.g., instead of "Lisp_Object obj; build_local_string (obj, s); v = f (obj);" one now says "v = f (build_local_string (s));".



reply via email to

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