GNU bug report logs - #6991
Please keep bytecode out of *Backtrace* buffers

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Tue, 7 Sep 2010 01:34:01 UTC

Severity: wishlist

Tags: fixed, notabug

Merged with 15789

Found in version 24.3.50

Fixed in version 26.1

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Full log


Message #221 received at 6991 <at> debbugs.gnu.org (full text, mbox):

From: Rocky Bernstein <rocky <at> gnu.org>
To: 6991 <at> debbugs.gnu.org
Subject: bug#6991
Date: Mon, 11 Sep 2017 06:57:58 -0400
[Message part 1 (text/plain, inline)]
have started looking at decompiling ELISP bytecode using the techniques
from uncompyle6 <https://pypi.python.org/pypi/uncompyle6> .

So far the results are promising. Of course one isn't going to get the
exact source text back.

For the bytecode for source text

   (setq a nil)
   (setq b nil)

when decompiled gives the equivalent:

      (setq a (setq b nil))

And macros will be in their expanded form. But I believe nevertheless
programmers will have a very good idea of what was going on when an error
was raised.
[Message part 2 (text/html, inline)]

This bug report was last modified 7 years and 254 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.