We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd944e commit 9c22083Copy full SHA for 9c22083
InternalDocs/garbage_collector.md
@@ -373,8 +373,8 @@ it will be moved to the last generation (generation 2) where it will be
373
surveyed the least often.
374
375
> [!NOTE]
376
-> The GC implementation for the free-threaded build does not use incremental collection.
377
-> Every collection operates on the entire heap.
+> The GC implementation for the free-threaded build does not use generational
+> collection. Every collection operates on the entire heap.
378
379
380
In order to decide when to run, the collector keeps track of the number of object
0 commit comments