mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
Fixes issue26307: The profile-opt build now applys PGO to the built-in modules.
This commit is contained in:
commit
c083476bde
2 changed files with 3 additions and 1 deletions
|
@ -1593,7 +1593,7 @@ clean: pycremoval
|
||||||
-rm -f pybuilddir.txt
|
-rm -f pybuilddir.txt
|
||||||
-rm -f Lib/lib2to3/*Grammar*.pickle
|
-rm -f Lib/lib2to3/*Grammar*.pickle
|
||||||
-rm -f Programs/_testembed Programs/_freeze_importlib
|
-rm -f Programs/_testembed Programs/_freeze_importlib
|
||||||
-rm -rf build
|
-find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
|
||||||
|
|
||||||
profile-removal:
|
profile-removal:
|
||||||
find . -name '*.gc??' -exec rm -f {} ';'
|
find . -name '*.gc??' -exec rm -f {} ';'
|
||||||
|
|
|
@ -10,6 +10,8 @@ What's New in Python 3.6.0 beta 1
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Issue #26307: The profile-opt build now applys PGO to the built-in modules.
|
||||||
|
|
||||||
- Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
|
- Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
|
||||||
|
|
||||||
- Issue #17884: Python now requires systems with inttypes.h and stdint.h
|
- Issue #17884: Python now requires systems with inttypes.h and stdint.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue