GNU bug report logs - #32405
[PATCH] Turn misc objects into pseudovectors

Previous Next

Package: emacs;

Reported by: Paul Eggert <eggert <at> cs.ucla.edu>

Date: Thu, 9 Aug 2018 03:00:02 UTC

Severity: wishlist

Tags: patch

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 32405 <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Cc: 32405 <at> debbugs.gnu.org
Subject: Re: Turning misc objects into pseudovectors
Date: Thu, 9 Aug 2018 00:16:55 -0700
Paul Eggert wrote:
> 
>> There is also a potential issue in terms of the resulting heap size of
>> markers (which may bump up from 6 words to 8 words, IIRC, unless your
>> patch does something to keep it down to 6)
> 
> On a 64-bit platform the heap size of markers does not grow. The old size is 6 
> words (sizeof (union aligned_Lisp_Misc) is 48), and the new size is also 6 words 
> (sizeof (struct Lisp_Marker) is also 48).

I should have written that these numbers are for x86-64 on Fedora 28. They might 
differ on other 64-bit platforms, due to alignment issues.




This bug report was last modified 6 years and 340 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.