emacs-devel
[Top][All Lists]
Advanced

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

Re: [feature/native-comp] breakage on build


From: Phillip Lord
Subject: Re: [feature/native-comp] breakage on build
Date: Tue, 09 Feb 2021 22:38:55 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Andrea Corallo <akrl@sdf.org> writes:

> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>
>>> - With native code you can redefine all of these except for the (very
>>>   few) primitives we open-code directly in the generated code.  This is
>>>   a smaller set than the previous one but still not perfect.
>>
>> But if we can't build trampolines, currently, the situation is much
>> worse: many calls to native-compiled Lisp functions from native-compiled Lisp
>> functions can't be advised any more.
>
> Correct, but if we can build eln files during the initial compilation we
> can also build trampolines AOT.  This is just a matter of running:
>
> (mapatoms (λ (s)    
>             (when (subr-primitive-p (symbol-function s))
>               (comp-trampoline-compile s))))
>
> Probably we should wire this in the build system so it's accessible as
> make target?


Why not wire it into the AOT compilation always? Obviously, if it
doubles the AOT compilation, that might not be such a great idea, but
otherwise?

Phil



reply via email to

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