emacs-devel
[Top][All Lists]
Advanced

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

Re: funcall consing


From: Stefan Monnier
Subject: Re: funcall consing
Date: Sat, 01 Jan 2022 12:05:54 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii [2022-01-01 09:28:02] wrote:
> See my other message about the details: you are reading too much into
> the doc string.

Nevertheless, 80 calls to the GC suggests that Emacs has allocated more
than (* 80 gc-cons-threshold) bytes of heap data, whereas that sample
code doesn't need to allocate anything at all, at first glance (so it
should call the GC zero times).


        Stefan




reply via email to

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