emacs-devel
[Top][All Lists]
Advanced

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

Re: Redisplay slower in Emacs 28 than Emacs 27


From: Lars Ingebrigtsen
Subject: Re: Redisplay slower in Emacs 28 than Emacs 27
Date: Mon, 07 Dec 2020 22:15:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Gregory Heytings <ghe@sdf.org> writes:

> With equal_lists 18.7s, with !equal_lists 16.1s.
>
> This difference is not due to an obscure compiler bug, the timings
> above are with GCC 10, but the timings with Clang 9 are similar: with
> equal_lists 19.0s, with !equal_lists 16.6s.

Very interesting.  Using the image cache for small images slows Emacs
down?  Or is there a bug in equal_lists?

Just to make 100% sure -- could you re-run the benchmark with something
like the following as the function:

static struct image *
search_image_cache (struct frame *f, Lisp_Object spec, EMACS_UINT hash,
                    unsigned long foreground, unsigned long background,
                    bool ignore_colors)
{
  return NULL;
}


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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