[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about native compilation (bug?)
From: |
Tassilo Horn |
Subject: |
Re: Question about native compilation (bug?) |
Date: |
Thu, 27 Jul 2023 06:45:56 +0200 |
User-agent: |
mu4e 1.11.12; emacs 30.0.50 |
Drew Adams <drew.adams@oracle.com> writes:
> Is this a native-compilation bug? Is it some other Emacs bug? Or is
> this just the way things are going to be from now on - "situation
> normale, rien à signaler"?
I've seen such issues in the past, i.e., breakage when subrs change
signature and native compiled code still uses the old version, too. I
think it should be solved in theory by the hash-number in the eln-cache
directory, i.e., such a change should change the hash and cause
everything to be native-compiled again. But that doesn't help when you
change emacs-internal functions from an external package.
You said, we should't comment on your way of doing things but maybe
using advices instead of redefinitions would be more robust...
Bye,
Tassilo
- Question about native compilation (bug?), Drew Adams, 2023/07/26
- Re: Question about native compilation (bug?),
Tassilo Horn <=
- Re: Question about native compilation (bug?), Andrea Corallo, 2023/07/27
- RE: [External] : Re: Question about native compilation (bug?), Drew Adams, 2023/07/27
- Re: [External] : Re: Question about native compilation (bug?), Andrea Corallo, 2023/07/27
- RE: [External] : Re: Question about native compilation (bug?), Drew Adams, 2023/07/27
- Re: [External] : Re: Question about native compilation (bug?), Andrea Corallo, 2023/07/27
- RE: [External] : Re: Question about native compilation (bug?), Drew Adams, 2023/07/27
- Re: [External] : Re: Question about native compilation (bug?), Andrea Corallo, 2023/07/27
- Re: [External] : Re: Question about native compilation (bug?), Eli Zaretskii, 2023/07/27