help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: byte-uncompile


From: Hallvard B Furuseth
Subject: Re: byte-uncompile
Date: 01 Mar 2003 08:26:17 +0100

googleartist@yahoo.com (Artist) writes:

> How I can convert the byte-compiled function to non-byte-compiled
> function on the fly.

You can't.  The best you can do is M-x disassemble, and then try
to convert the result back to lisp by hand.
You can study lisp/emacs-lisp/bytecomp.el and src/bytecode.c to see
what the various bytecodes do, though you can probably guess just
from looking at a number of them.

-- 
Hallvard


reply via email to

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