emacs-devel
[Top][All Lists]
Advanced

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

Re: A quick question about pseudo-vectors


From: Eli Zaretskii
Subject: Re: A quick question about pseudo-vectors
Date: Tue, 24 Dec 2013 20:50:20 +0200

> Date: Tue, 24 Dec 2013 10:32:26 -0800
> From: Paul Eggert <address@hidden>
> 
> Michael Welsh Duggan wrote:
> > Is there a guarantee
> > that once allocated, a pseudo-vector object will not be relocated in
> > memory during its life cycle?
> 
> Yes, because the Emacs garbage collector doesn't relocate objects.

But ralloc.c does (on systems that use it).  However, pseudo-vectors
are not relocated, because they are not large enough to bother.



reply via email to

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