emacs-devel
[Top][All Lists]
Advanced

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

Re: funcall consing


From: Richard Stallman
Subject: Re: funcall consing
Date: Fri, 31 Dec 2021 23:47:14 -0500

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > > The `80' indicats the GC has been invoked 80 times. That is the direct
  > > indication of "consing".

  > Why are you saying that the number of times GC has been invoked is the
  > direct indication of consing?

It used to be the case, and maybe still is that the decision on
whether to call GC on any given occasion was controlled by how much
space had been allocated since the previous GC.  If that is true
nowadays, then calling GC roughly measures the amount of consing.

-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





reply via email to

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