emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] feature/byte-switch 086c4ea: * src/bytecode.c: (exec_b


From: Stefan Monnier
Subject: Re: [Emacs-diffs] feature/byte-switch 086c4ea: * src/bytecode.c: (exec_byte_code) Use hash_lookup for Bswitch
Date: Fri, 20 Jan 2017 09:53:04 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> Why? If anything, the opposite direction is the right one. elc files
> should be tightly coupled to the Emacs that built them so that they can
> be specialized for specific machines.  You could imagine them
> containing, say, saved JIT traces.

But that basically means auto-generating and managing the compiled
files, so it's very different from what happens with our .elc files.

I would also like to move in the direction you suggest, tho (and
get rid of the Elisp interpreter altogether, while we're at it), and
we'd then indeed be more free to change the format of byte-code.


        Stefan



reply via email to

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