emacs-devel
[Top][All Lists]
Advanced

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

Re: feature/native-comp, comp-deferred-compilation: no recompilation whe


From: Andrea Corallo
Subject: Re: feature/native-comp, comp-deferred-compilation: no recompilation when .elc newer than .eln?
Date: Fri, 15 May 2020 19:43:12 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Gregor Zattler <address@hidden> writes:

> Dear Andrea, emacs developers,
>
> I gave feature/native-comp in combination with
> `comp-deferred-compilation` a try.  I use org-mode from git
> master and it's .elc files eventually were compiled to .eln
> files.  Works like a charm.
>
> Then I updated org-mode (make update) since there was a (for
> me) important bug fix.  Now org.elc is newer than org.el
> which in turn is newer than org.eln.
>
> But nonetheless the org.eln file does not get re-created
> according from the newer org.elc file.
>
> Is this on purpose?
>
> Ciao; Gregor

Hi Gregor,

I'm not sure the sequence of events is clear to me, especially how the
the new org was loaded after it was compiled calling make.

Deferred compilation logic to date works as follow: if an elc is being
loaded, is lexical and the corresponding source is found, then an async
compilation is queued.  No file date is taken in account.

Is it possible that the old eln is still being loaded because
load-prefer-newer is nil?

Thanks for testing it, ciao!

Andrea

-- 
address@hidden



reply via email to

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