We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f38a8 commit b5bb5d9Copy full SHA for b5bb5d9
Doc/whatsnew/3.15.rst
@@ -912,7 +912,7 @@ more efficient traces by avoiding reads and writes to memory.
912
913
.. rubric:: More JIT Optimizations
914
915
-More `constant-propagation <https://en.wikipedia.org/wiki/Constant_folding>`_
+More `constant-propagation <https://en.wikipedia.org/wiki/Constant_folding>`__
916
is now performed. This means when the JIT compiler detects that certain user
917
code results in constants, the code can be simplified by the JIT.
918
(Contributed by Ken Jin and Savannah Ostrowski in :gh:`132732`.)
0 commit comments