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

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

bug#54698: non-recursive GC marking [PATCH]


From: Mattias Engdegård
Subject: bug#54698: non-recursive GC marking [PATCH]
Date: Mon, 4 Apr 2022 13:16:26 +0200

4 apr. 2022 kl. 13.01 skrev Lars Ingebrigtsen <larsi@gnus.org>:

> That's wonderful -- I guess this fixes the segfaults we're seeing with
> structures that recurse on the car?

Yes, it should.

> Is there a max stack size?

No, the mark stack grows as needed. I see no reason to limit the size since 
it's going to be much smaller than the size of the heap being traced in any 
case.






reply via email to

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