help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: adress of lisp object is multiple of 8


From: Eli Zaretskii
Subject: Re: adress of lisp object is multiple of 8
Date: Tue, 08 May 2007 21:57:41 +0300

> From: A Soare <alinsoar@voila.fr>
> Date: Tue,  8 May 2007 18:04:10 +0200 (CEST)
> 
> I do not understand how can I be sure that when the lisp allocs a new space 
> of memory for a given object from enum Lisp_Type, it is allocated to an 
> adress that is multiple of 8 ?

Not really a good place to ask such questions, but anyway...

See the definition of DECL_ALIGN on lisp.h, its usage, and the usage
of USE_LSB_TAG that depends on it.




reply via email to

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