Skip to content

Commit 632ed0a

Browse files
naschemesergey-miryanov
authored andcommitted
Remove reference to "incremental GC".
1 parent 34eb69d commit 632ed0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InternalDocs/garbage_collector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ it will be moved to the last generation (generation 2) where it will be
383383
surveyed the least often.
384384

385385
> [!NOTE]
386-
> The GC implementation for the free-threaded build does not use incremental collection.
387-
> Every collection operates on the entire heap.
386+
> The GC implementation for the free-threaded build does not use generational
387+
> collection. Every collection operates on the entire heap.
388388
389389

390390
In order to decide when to run, the collector keeps track of the number of object

0 commit comments

Comments
 (0)