emacs-devel
[Top][All Lists]
Advanced

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

Re: master 5141234acf: Refactor the webp cache code to allow usage by gi


From: Po Lu
Subject: Re: master 5141234acf: Refactor the webp cache code to allow usage by gif_load, too
Date: Mon, 11 Apr 2022 20:56:27 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> I suspect so, but as the comment on the previous line says, I wasn't
> quite sure.  We're only using it to test for EQ-ness...  but I guess
> that will break if we're using the complex Lisp object type.

The object might be garbage collected, and another one could be consed
with the same type tag and address as the original.

So we should probably mark that data upon garbage collection.


reply via email to

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