Skip to content

Commit aee63e2

Browse files
gh-139038: Add whatsnew entry for jit unique reference tracking (GH-148572)
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
1 parent d14e31e commit aee63e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,8 +1462,12 @@ reduces the cost of most operations in Python.
14621462
(Contributed by Ken Jin, Donghee Na, Zheao Li, Hai Zhu, Savannah Ostrowski,
14631463
Reiden Ong, Noam Cohen, Tomas Roun, PuQing, Cajetan Rodrigues, and Sacul in :gh:`134584`.)
14641464

1465+
By tracking unique references to objects, the JIT optimizer can now eliminate
1466+
reference count updates and perform inplace operations on ints and floats.
1467+
(Contributed by Reiden Ong, and Pieter Eendebak in :gh:`143414` and :gh:`146306`.)
1468+
14651469
The JIT optimizer now supports significantly more operations than in 3.14.
1466-
(Contributed by Kumar Aditya, Ken Jin, and Sacul in :gh:`131798`.)
1470+
(Contributed by Kumar Aditya, Ken Jin, Jiahao Li, and Sacul in :gh:`131798`.)
14671471

14681472
.. rubric:: Better machine code generation
14691473

0 commit comments

Comments
 (0)