emacs-devel
[Top][All Lists]
Advanced

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

Re: On elisp running native - Update 12


From: Yuan Fu
Subject: Re: On elisp running native - Update 12
Date: Mon, 28 Sep 2020 11:20:02 -0400


> On Sep 28, 2020, at 10:51 AM, Andrea Corallo <akrl@sdf.org> wrote:
> 
> Yuan Fu <casouri@gmail.com> writes:
> 
>> Hi Andrea,
>> 
>> Update 12 looks very cool. Is it possible now to eliminate funcall to
>> all built-in functions (instead of only primitives)? Do you think that
>> it will give significant speed-up?
> 
> Hi Yuan,
> 
> in my nomenclature primitive functions are already all C functions.  I
> always thought that's way to call them [1].  But coming to your question
> we already remove funcall calling all C functions so... no more
> improvements there ;)
> 
>  Andrea
> 
> [1] 
> <https://www.gnu.org/software/emacs/manual/html_node/eintr/Primitive-Functions.html>

Thanks for clarifying. I got the false impression that normal compiled Elisp 
functions can also be called without funcall when watching your talk, or I just 
remembered wrong. :-)

Yuan


reply via email to

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