emacs-devel
[Top][All Lists]
Advanced

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

Re: Adding extra fields to float_block and cons_block?


From: Po Lu
Subject: Re: Adding extra fields to float_block and cons_block?
Date: Thu, 23 Sep 2021 08:07:09 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> How to modify it will likely depend on what info you need/want to add
> in there.  So what is this extra array of bits_words you want to add?
> Do you want to grow cons cells to 130bits, basically?

Extra markbits, to determine whether or not an object has not yet been
marked, but has been pushed to the gray list, for use in a simple
tri-color incremental mark-and-sweep GC.

Thanks.


reply via email to

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