Skip to content

Commit

Permalink
pythongh-101282: Revert some M4 style for BOLT configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed May 22, 2023
1 parent e295d86 commit baa1318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
4 changes: 1 addition & 3 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 1 addition & 20 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2085,26 +2085,7 @@ AC_ARG_VAR(
AC_MSG_CHECKING([BOLT_APPLY_FLAGS])
if test -z "${BOLT_APPLY_FLAGS}"
then
AS_VAR_SET(
[BOLT_APPLY_FLAGS],
[m4_join([ ],
[-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=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"
fi
AC_MSG_RESULT([$BOLT_APPLY_FLAGS])

Expand Down

0 comments on commit baa1318

Please sign in to comment.