Skip to content

Commit 1091fd7

Browse files
Improve wording by Shantanu
1 parent 28e8590 commit 1091fd7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,10 @@ This interpreter currently only works with Clang 19 and newer
224224
on x86-64 and AArch64 architectures. However, we expect
225225
that a future release of GCC will support this as well.
226226

227-
This feature is opt-in for now. Based on our own testing,
228-
this new interpreter only works well when profile-guided optimization is
229-
enabled. For further information on how to build Python, please see
227+
This feature is opt-in for now. We highly recommend enabling profile-guided
228+
optimization with the new interpreter as it is the only configuration we have
229+
fully tested and can validate its improved performance.
230+
For further information on how to build Python, please see
230231
:option:`--with-tail-calling-interp`.
231232

232233
(Contributed by Ken Jin in :gh:`128718`, with ideas on how to implement this

0 commit comments

Comments
 (0)