emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Unconditional quit on SIGUSR2


From: Stefan Monnier
Subject: Re: [PATCH] Unconditional quit on SIGUSR2
Date: Tue, 29 Mar 2011 10:25:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> Trickier would be making this work without slowing down Elisp.  Even
> that could be done if you were willing to have 2 copies of the
> interpreter.

If the byte-code interpreter is generated from a description (think
vmgen, here), that's easy.  `vmgen' would also generate more efficient
code than what we have now.


        Stefan



reply via email to

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