File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ Optimizations
465
465
466
466
* Added experimental support for using the BOLT binary optimizer in the build
467
467
process, which improves performance by 1-5%.
468
- (Contributed by Kevin Modzelewski in :gh: `90536 `. )
468
+ (Contributed by Kevin Modzelewski in :gh: `90536 ` and tuned by Dong-hee Na in :gh: ` 101525 ` )
469
469
470
470
* Speed up the regular expression substitution (functions :func: `re.sub ` and
471
471
:func: `re.subn ` and corresponding :class: `!re.Pattern ` methods) for
Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ bolt-opt: @PREBOLT_RULE@
670
670
@LLVM_BOLT@ ./$(BUILDPYTHON) -instrument -instrumentation-file-append-pid -instrumentation-file=$(abspath $(BUILDPYTHON).bolt) -o $(BUILDPYTHON).bolt_inst
671
671
./$(BUILDPYTHON).bolt_inst $(PROFILE_TASK) || true
672
672
@MERGE_FDATA@ $(BUILDPYTHON).*.fdata > $(BUILDPYTHON).fdata
673
- @LLVM_BOLT@ ./$(BUILDPYTHON) -o $(BUILDPYTHON).bolt -data=$(BUILDPYTHON).fdata -update-debug-sections -reorder-blocks=ext-tsp -reorder-functions=hfsort+ -split-functions -icf=1 -inline-all -split-eh -reorder-functions-use-hot-size -peepholes=all -jump-tables=aggressive -inline-ap -indirect-call-promotion=all -dyno-stats -use-gnu-stack -frame-opt=hot
673
+ @LLVM_BOLT@ ./$(BUILDPYTHON) -o $(BUILDPYTHON).bolt -data=$(BUILDPYTHON).fdata -update-debug-sections -reorder-blocks=ext-tsp -reorder-functions=hfsort+ -split-functions -icf=1 -inline-all -split-eh -reorder-functions-use-hot-size -peepholes=none -jump-tables=aggressive -inline-ap -indirect-call-promotion=all -dyno-stats -use-gnu-stack -frame-opt=hot
674
674
rm -f *.fdata
675
675
rm -f $(BUILDPYTHON).bolt_inst
676
676
mv $(BUILDPYTHON).bolt $(BUILDPYTHON)
You can’t perform that action at this time.
0 commit comments