Skip to content

Commit e384e7a

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 4b87b5b commit e384e7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -318,17 +318,17 @@ Free-threaded CPython
318318
---------------------
319319

320320
Free-threaded CPython now supports :pep:`659` which is known
321-
as the specializing adaptive interpreter, the execution mechanisms is almost same
321+
as the specializing adaptive interpreter. The execution mechanism is almost same
322322
as the default build, but at free-threaded CPython build, each thread maintains
323323
a thread-local copy of specialized bytecode.
324324

325-
With this change, the free-threaded CPython build achieve better performance
326-
and 10-15% slower than the default build.
325+
With this change, the free-threaded CPython build achieves better performance,
326+
and is only 10-15% slower than the default build.
327327

328328
This work was done by many contributors, Matt Page, Neil Schemenauer,
329329
Sam Gross, Thomas Wouters, Donghee Na, Kirill Podoprigora and Ken Jin.
330-
Meta also provided significant engineering resources for performance benchmark and
331-
design per thread specialized bytecode mechanisms.
330+
Meta also provided significant engineering resources for performance benchmarking and
331+
design of per thread specialized bytecode mechanisms.
332332

333333

334334
Other language changes

0 commit comments

Comments
 (0)