File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -318,17 +318,17 @@ Free-threaded CPython
318318---------------------
319319
320320Free-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
322322as the default build, but at free-threaded CPython build, each thread maintains
323323a 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
328328This work was done by many contributors, Matt Page, Neil Schemenauer,
329329Sam 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
334334Other language changes
You can’t perform that action at this time.
0 commit comments