emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs Lisp JIT Compiler


From: Eli Zaretskii
Subject: Re: Emacs Lisp JIT Compiler
Date: Thu, 16 Aug 2018 21:07:13 +0300

> Date: Thu, 16 Aug 2018 05:45:50 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden, address@hidden
> 
> > btw on the JIT branch you can M-x jit-disassemble to see the code
> > for a function
> 
> Only on platforms that have open_memstream, it seems.

Heh, and there's another quirk of this: it runs objdump to produce the
disassembly.  So users who don't have Binutils installed will be
unable to disassemble JIT code.

I guess we should be able to come up with a GDB command to do that,
though?



reply via email to

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