Skip to content

Commit fba8cdc

Browse files
committed
Add whatsnew entry for jit unique reference tracking
1 parent 5c3deca commit fba8cdc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,6 +1465,13 @@ Reiden Ong, Noam Cohen, Tomas Roun, PuQing, Cajetan Rodrigues, and Sacul in :gh:
14651465
The JIT optimizer now supports significantly more operations than in 3.14.
14661466
(Contributed by Kumar Aditya, Ken Jin, and Sacul in :gh:`131798`.)
14671467

1468+
By tracking unique references to objects, the JIT optimizer can now eliminate
1469+
reference count updates and perform inplace operations on ints and floats.
1470+
(Contributed by Reiden Ong, and Pieter Eendebak in :gh:`143414` and :gh:`146306`.)
1471+
1472+
The JIT optimizer now supports significantly more operations than in 3.14.
1473+
(Contributed by Kumar Aditya, Ken Jin, and Sacul in :gh:`131798`.)
1474+
14681475
.. rubric:: Better machine code generation
14691476

14701477
The JIT compiler's machine code generator now produces better machine code

0 commit comments

Comments
 (0)