]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-126491: Lower heap size limit with faster marking (GH-127519)
authorMark Shannon <mark@hotpy.org>
Fri, 6 Dec 2024 10:46:59 +0000 (10:46 +0000)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2024 10:46:59 +0000 (10:46 +0000)
commit023b7d2141467017abc27de864f3f44677768cb3
treefc99a157d5b4dffa4c15a3aa7b47125073d5348b
parent8b7c194c7bf7e547e4f6317528f0dcb9344c18c7
GH-126491: Lower heap size limit with faster marking (GH-127519)

* Faster marking of reachable objects

* Changes calculation of work to do and work done.

* Merges transitive closure calculations
InternalDocs/garbage_collector.md
Lib/test/test_gc.py
Objects/dictobject.c
Objects/genobject.c
Objects/typeobject.c
Python/gc.c