[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: |
Wed, 15 Aug 2018 19:41:51 +0300 |
> From: Paul Eggert <address@hidden>
> Date: Tue, 14 Aug 2018 15:38:44 -0700
> Cc: Tom Tromey <address@hidden>, address@hidden
>
> On 08/14/2018 02:03 PM, Daniel Colascione wrote:
> > Randomly
> > varying the performance of loaded elisp code to such a degree depending on
> > the presence of various system tools is unacceptable
>
> Are you're saying you'd rather have predictably bad performance, than
> have an application that sometimes has the bad performance in some
> situations, and 3x better performance in other situations?
I agree with Daniel here: having vastly different performance due to
factors more or less out of end-user's control is bad for UX.
That doesn't mean we want to have predictably bad performance, but it
does mean that we should choose our JIT library so that it doesn't
suffer from such issues.
- Emacs Lisp JIT Compiler, Tom Tromey, 2018/08/13
- Re: Emacs Lisp JIT Compiler, Paul Eggert, 2018/08/13
- Re: Emacs Lisp JIT Compiler, Tom Tromey, 2018/08/13
- Re: Emacs Lisp JIT Compiler, Tom Tromey, 2018/08/13
- Re: Emacs Lisp JIT Compiler, Daniel Colascione, 2018/08/14
- Re: Emacs Lisp JIT Compiler, Paul Eggert, 2018/08/14
- Re: Emacs Lisp JIT Compiler, Daniel Colascione, 2018/08/14
- Re: Emacs Lisp JIT Compiler, Paul Eggert, 2018/08/14
- Re: Emacs Lisp JIT Compiler,
Eli Zaretskii <=
- Re: Emacs Lisp JIT Compiler, Paul Eggert, 2018/08/15
- Re: Emacs Lisp JIT Compiler, Eli Zaretskii, 2018/08/15
- Re: Emacs Lisp JIT Compiler, Tom Tromey, 2018/08/15
- Re: Emacs Lisp JIT Compiler, Eli Zaretskii, 2018/08/16
- Re: Emacs Lisp JIT Compiler, Daniel Colascione, 2018/08/16
- Re: Emacs Lisp JIT Compiler, Andreas Schwab, 2018/08/16
- Re: Emacs Lisp JIT Compiler, Tom Tromey, 2018/08/19
- Re: Emacs Lisp JIT Compiler, Eli Zaretskii, 2018/08/19
- Re: Emacs Lisp JIT Compiler, Tom Tromey, 2018/08/19
- Re: Emacs Lisp JIT Compiler, Stefan Monnier, 2018/08/19