mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-128456: Use '-reorder-functions=cdsort' for BOLT builds (#128457)
'hfsort+' is deprecated in favor of 'cdsort'.
This commit is contained in:
parent
befcfdfdab
commit
4974bbdb29
2 changed files with 2 additions and 2 deletions
2
configure
generated
vendored
2
configure
generated
vendored
|
|
@ -9403,7 +9403,7 @@ printf "%s\n" "$BOLT_INSTRUMENT_FLAGS" >&6; }
|
|||
printf %s "checking BOLT_APPLY_FLAGS... " >&6; }
|
||||
if test -z "${BOLT_APPLY_FLAGS}"
|
||||
then
|
||||
BOLT_APPLY_FLAGS=" -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 "
|
||||
BOLT_APPLY_FLAGS=" -update-debug-sections -reorder-blocks=ext-tsp -reorder-functions=cdsort -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 "
|
||||
|
||||
fi
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BOLT_APPLY_FLAGS" >&5
|
||||
|
|
|
|||
|
|
@ -2183,7 +2183,7 @@ then
|
|||
[m4_normalize("
|
||||
-update-debug-sections
|
||||
-reorder-blocks=ext-tsp
|
||||
-reorder-functions=hfsort+
|
||||
-reorder-functions=cdsort
|
||||
-split-functions
|
||||
-icf=1
|
||||
-inline-all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue