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 34eb69d commit 632ed0aCopy full SHA for 632ed0a
InternalDocs/garbage_collector.md
@@ -383,8 +383,8 @@ it will be moved to the last generation (generation 2) where it will be
383
surveyed the least often.
384
385
> [!NOTE]
386
-> The GC implementation for the free-threaded build does not use incremental collection.
387
-> 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.
388
389
390
In order to decide when to run, the collector keeps track of the number of object
0 commit comments