emacs-devel
[Top][All Lists]
Advanced

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

Re: list3i etc.


From: Paul Eggert
Subject: Re: list3i etc.
Date: Thu, 07 Mar 2013 13:17:30 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3

On 03/07/13 00:58, Dmitry Antipov wrote:

> I guess that we don't want function call overhead for such a simple
> things; these might be macros

Let's not use macros unless we really need their power.
Here it's not needed.

My guess (without really knowing) is that making the
functions inline doesn't buy much performance.  When in
doubt, it's usually better to use ordinary functions
instead of inline.




reply via email to

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