emacs-devel
[Top][All Lists]
Advanced

[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 ...




reply via email to

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