Skip to content

Commit 9c22083

Browse files
naschemesergey-miryanov
authored andcommitted
Remove reference to "incremental GC".
1 parent dbd944e commit 9c22083

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
@@ -373,8 +373,8 @@ it will be moved to the last generation (generation 2) where it will be
373373
surveyed the least often.
374374

375375
> [!NOTE]
376-
> The GC implementation for the free-threaded build does not use incremental collection.
377-
> Every collection operates on the entire heap.
376+
> The GC implementation for the free-threaded build does not use generational
377+
> collection. Every collection operates on the entire heap.
378378
379379

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

0 commit comments

Comments
 (0)