[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.
- bug#54698: non-recursive GC marking [PATCH], Mattias Engdegård, 2022/04/03
- bug#54698: non-recursive GC marking [PATCH], Po Lu, 2022/04/04
- bug#54698: non-recursive GC marking [PATCH], Mattias Engdegård, 2022/04/05
- bug#54698: non-recursive GC marking [PATCH], Po Lu, 2022/04/05
- bug#54698: non-recursive GC marking [PATCH], Mattias Engdegård, 2022/04/05