mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
gh-101525: Disable peephole optimization process of BOLT (gh-103187)
Co-authored-by: Dong-hee Na <donghee.na@linecorp.com>
This commit is contained in:
parent
f513d5c806
commit
a62ff97075
2 changed files with 2 additions and 2 deletions
|
|
@ -465,7 +465,7 @@ Optimizations
|
|||
|
||||
* Added experimental support for using the BOLT binary optimizer in the build
|
||||
process, which improves performance by 1-5%.
|
||||
(Contributed by Kevin Modzelewski in :gh:`90536`.)
|
||||
(Contributed by Kevin Modzelewski in :gh:`90536` and tuned by Dong-hee Na in :gh:`101525`)
|
||||
|
||||
* Speed up the regular expression substitution (functions :func:`re.sub` and
|
||||
:func:`re.subn` and corresponding :class:`!re.Pattern` methods) for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue