Skip to content

Commit 25192bd

Browse files
committed
Add NEWS.
1 parent 1c59358 commit 25192bd

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+
If we are specializing to :opcode:`LOAD_GLOBAL_MODULE` or
2+
:opcode:`LOAD_ATTR_MODULE`, try to enable deferred reference counting for
3+
the value, if the object is owned by a different thread. This applies to
4+
the free-threaded build only and will improve scaling of multi-threaded
5+
programs. Note that when deferred reference counting is enabled, the object
6+
will be deallocated by the GC, rather than by :c:func:`Py_DECREF`.

0 commit comments

Comments
 (0)