emacs-devel
[Top][All Lists]
Advanced

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

Re: Lisp interpreter micro-optimization


From: Eli Zaretskii
Subject: Re: Lisp interpreter micro-optimization
Date: Tue, 26 Jul 2022 16:08:13 +0300

> From: Robert Pluim <rpluim@gmail.com>
> Date: Tue, 26 Jul 2022 14:36:33 +0200
> 
> I noticed we have an assq_no_quit, but no memq_no_quit, so came up
> with the attached, which Iʼm convinced speeds up elisp by at least
> .01% (Iʼm using Larsi-maths 😺), but Iʼm not convinced itʼs
> worth pushing.

Using these _no_quit variants makes potentially prolonged operations
non-interruptible, which is bad user-friendliness-wise.

So I'm not sure we should make those changes, certainly not
willy-nilly.



reply via email to

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