[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs-30 performances
From: |
Mattias Engdegård |
Subject: |
Re: Emacs-30 performances |
Date: |
Mon, 3 Jun 2024 20:23:10 +0200 |
3 juni 2024 kl. 19.37 skrev Thierry Volpiatto <thievol@posteo.net>:
> (with-temp-file file
> ;; Fix Emacs-30 lexbind warnings.
> (insert ";;; -*- lexical-binding: t -*-\n")
> (prin1 `(setq-default ,obj (eval-when-compile ,obj)) (current-buffer)))
> (byte-compile-file file)
We have made small changes to several of the moving parts here but it's unclear
how they have the outsized effect you reported.
> Perhaps this commit?
I wish! But it could be useful to find what actually did. If you had the time
to bisect master to find it, or provide a self-contained benchmark for someone
else to do it, then we might actually learn something of interest.
Finally an excuse to try git --term-good=bad --term-bad=good ...
- Emacs-30 performances, Thierry Volpiatto, 2024/06/03
- Re: Emacs-30 performances, Eli Zaretskii, 2024/06/03
- Re: Emacs-30 performances, Thierry Volpiatto, 2024/06/03
- Re: Emacs-30 performances,
Mattias Engdegård <=
- Re: Emacs-30 performances, Thierry Volpiatto, 2024/06/04
- Re: Emacs-30 performances, Thierry Volpiatto, 2024/06/08
- Re: Emacs-30 performances, Thierry Volpiatto, 2024/06/09
- Re: Emacs-30 performances, Eli Zaretskii, 2024/06/09
- Re: Emacs-30 performances, Thierry Volpiatto, 2024/06/09
- Re: Emacs-30 performances, Stefan Kangas, 2024/06/09
- Re: Emacs-30 performances, Mattias Engdegård, 2024/06/09
- Re: Emacs-30 performances, Thierry Volpiatto, 2024/06/09
- Re: Emacs-30 performances, Thierry Volpiatto, 2024/06/10
- Re: Emacs-30 performances, Mattias Engdegård, 2024/06/12