GNU bug report logs -
#65455
30.0.50; Disassemble: error with "free-standing" native compiled function
Previous Next
Reported by: Gerd Möllmann <gerd.moellmann <at> gmail.com>
Date: Tue, 22 Aug 2023 13:18:02 UTC
Severity: normal
Found in version 30.0.50
Fixed in version 30.1
Done: Gerd Möllmann <gerd.moellmann <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #41 received at 65455 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Andrea Corallo <acorallo <at> gnu.org>
>> Cc: gerd.moellmann <at> gmail.com, 65455 <at> debbugs.gnu.org
>> Date: Fri, 25 Aug 2023 10:11:58 -0400
>>
>> Eli Zaretskii <eliz <at> gnu.org> writes:
>>
>> > I think we are mis-communicating. What I meant is something like this:
>> >
>> > . add a new optional argument to native-compile that would prevent
>> > it from deleting the .eln file
>> > . add a new function disassemble-native, which will call
>> > native-compile with this new argument, perform disassembly, and
>> > then delete the file
>>
>> I see thanks for clarifying.
>>
>> I'm not sure I like this option, reason is that I typically want to see
>> the disassembly of the already installed function rather than triggering
>> a new compilation. Any change in the environment can lead to a
>> different output so I think is important to inspect what was produced
>> when it was commanded, no?
>
> If we want to support changes in the environment, I think it would be
> an impossibly high bar for such a minor feature.
>
> So perhaps the following would be enough:
>
> . find the source .el file of the compiled function
That's the tricky part, this bug report is about compiling and
disassembling a function with no source file:
(defun foo (a b)
(list a b))
(native-compile 'foo)
(disassemble 'foo)
In the moment we compile foo we loose it's original definition and we
can compile it twice :/
Thanks
Andrea
This bug report was last modified 1 year and 270 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.