[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#54698: non-recursive GC marking [PATCH]
From: |
Lars Ingebrigtsen |
Subject: |
bug#54698: non-recursive GC marking [PATCH] |
Date: |
Mon, 04 Apr 2022 13:01:46 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Mattias Engdegård <mattiase@acm.org> writes:
> The attached patch replaces recursion with an explicit stack for most
> common object types: conses, vectors, records, hash tables, symbols,
> functions etc.
That's wonderful -- I guess this fixes the segfaults we're seeing with
structures that recurse on the car?
Is there a max stack size?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- bug#54698: non-recursive GC marking [PATCH], Mattias Engdegård, 2022/04/03
- bug#54698: non-recursive GC marking [PATCH],
Lars Ingebrigtsen <=
- bug#54698: non-recursive GC marking [PATCH], Mattias Engdegård, 2022/04/04
- bug#54698: non-recursive GC marking [PATCH], Eli Zaretskii, 2022/04/04
- bug#54698: non-recursive GC marking [PATCH], Mattias Engdegård, 2022/04/04
- bug#54698: non-recursive GC marking [PATCH], Eli Zaretskii, 2022/04/04
- bug#54698: non-recursive GC marking [PATCH], Mattias Engdegård, 2022/04/04
- 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