Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitccc5a11

Browse files
committed
Add NEWS entry.
1 parent01d22fc commitccc5a11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Add a marking phase to the free-threaded GC. This is similar to what was
2+
done in GH-126491. Since the free-threaded GC does not have generations and
3+
is not incremental, the marking phase looks for all objects reachable from
4+
known roots. The roots are objects known to not be garbage, like the module
5+
dictionary for:mod:`sys`. For most programs, this marking phase should
6+
make the GC a bit faster since typically less work is done per object.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp