Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boulder/data: Ensure split-machine-functions are disabled in bolt flags #361

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

joebonrichie
Copy link
Contributor

split-machine-functions is an optional flag for PGO optimize builds that uses the profile data to split hot/cold/unlikely .text sections.

Although disabled by default, BOLT does it's own version of splitting hot/cold .text which split-machine-functions gets in the way of.

split-machine-functions is an optional flag for PGO optimize builds that
uses the profile data to split hot/cold/unlikely .text sections.

Although disabled by default, BOLT does it's own version of splitting
hot/cold .text which split-machine-functions gets in the way of.
- Do not use deprecated options
- Enable PLT optimizations
- Enable peephole optimizations
- Change split-stragegy to cdsplit
- Update debug functions now DWARF5 is well supported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant