[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: In support of guile-emacs
From: |
David Kastrup |
Subject: |
Re: In support of guile-emacs |
Date: |
Mon, 19 Oct 2015 12:27:35 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Alan Mackenzie <address@hidden> writes:
> Hello, Xue.
>
> On Mon, Oct 19, 2015 at 09:07:59AM +0800, Xue Fuqiao wrote:
>
>> guile-emacs replaces Emacs's own Emacs Lisp engine with Guile's (without
>> breaking backward compatibility). So:
>
>> * Emacs Lisp will execute faster (Guile VM bytecode is more efficient)
>
> Just as a matter of interest, approximately how much faster is Guile
> bytecode than Emacs bytecode? Are we talking about 10%, 20%, 50%, a
> factor of 2, or even higher?
>
> If that speed increase was significant, it might be worth incorporating
> Guile's bytecode into Emacs just for that reason, regardless of any of
> the other stuff.
A good part of the speedup is with GUILE's compiler stack that
facilitates structural optimizations better than the Emacs
byte-compiler. Of course, the compiler stack depends on a lot of Scheme
facilities again. So it's not all that easy to cherry-pick.
--
David Kastrup
- In support of guile-emacs, Christopher Allan Webber, 2015/10/18
- Re: In support of guile-emacs, Artur Malabarba, 2015/10/18
- Re: In support of guile-emacs, Xue Fuqiao, 2015/10/18
- Re: In support of guile-emacs, Alan Mackenzie, 2015/10/19
- Re: In support of guile-emacs,
David Kastrup <=
- Re: In support of guile-emacs, Daniel Colascione, 2015/10/19
- Re: In support of guile-emacs, Alan Mackenzie, 2015/10/19
- Re: In support of guile-emacs, Taylan Ulrich Bayırlı/Kammer, 2015/10/19
- Re: In support of guile-emacs, Alan Mackenzie, 2015/10/19
- Re: In support of guile-emacs, Taylan Ulrich Bayırlı/Kammer, 2015/10/19
- Re: In support of guile-emacs, Dmitry Gutov, 2015/10/19
- Re: In support of guile-emacs, Taylan Ulrich Bayırlı/Kammer, 2015/10/19
- Re: In support of guile-emacs, Alan Mackenzie, 2015/10/19
- Re: In support of guile-emacs, Taylan Ulrich Bayırlı/Kammer, 2015/10/19
- Re: In support of guile-emacs, Alan Mackenzie, 2015/10/20