[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Don't use mark_vectorlike for bool vectors
From: |
Stefan Monnier |
Subject: |
Re: Don't use mark_vectorlike for bool vectors |
Date: |
Fri, 05 Oct 2007 09:18:59 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) |
> This cleanup patch avoids using mark_vectorlike for bool vectors,
> since this kind of vectors doesn't contains Lisp objects to trace
> during GC.
Since their ->size field is set to 0, this should already work correctly,
doesn't it?
Stefan