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

[BOLT] Use offset deduplication for cold fragments #87853

Merged

Conversation

aaupov
Copy link
Contributor

@aaupov aaupov commented Apr 6, 2024

Apply deduplication for uniformity and BAT section size reduction.

Changes BAT section size to:

  • large binary: 39541552 bytes (1.02x original),
  • medium binary: 3828996 bytes (0.64x),
  • small binary: 928 bytes (0.65x).

Test Plan: Updated bolt-address-translation.test

Created using spr 1.3.4
aaupov and others added 2 commits April 5, 2024 21:32
Created using spr 1.3.4

[skip ci]
Created using spr 1.3.4
@aaupov aaupov changed the base branch from users/aaupov/spr/main.bolt-use-offset-deduplication-for-cold-fragments to main April 15, 2024 07:28
@aaupov aaupov changed the base branch from main to users/aaupov/spr/main.bolt-use-offset-deduplication-for-cold-fragments April 15, 2024 07:46
davemgreen and others added 2 commits April 15, 2024 00:48
Created using spr 1.3.4

[skip ci]
Created using spr 1.3.4
@aaupov aaupov changed the base branch from users/aaupov/spr/main.bolt-use-offset-deduplication-for-cold-fragments to main April 15, 2024 07:49
@aaupov aaupov merged commit b79b6f9 into main Apr 15, 2024
4 of 5 checks passed
@aaupov aaupov deleted the users/aaupov/spr/bolt-use-offset-deduplication-for-cold-fragments branch April 15, 2024 07:50
bazuzi pushed a commit to bazuzi/llvm-project that referenced this pull request Apr 15, 2024
Apply deduplication for uniformity and BAT section size reduction.

Changes BAT section size to:
- large binary: 39541552 bytes (1.02x original),
- medium binary: 3828996 bytes (0.64x),
- small binary: 928 bytes (0.65x).

Test Plan: Updated bolt-address-translation.test

Reviewers: rafaelauler, dcci, ayermolo, JDevlieghere, maksfb

Reviewed By: maksfb

Pull Request: llvm#87853
aniplcc pushed a commit to aniplcc/llvm-project that referenced this pull request Apr 15, 2024
Apply deduplication for uniformity and BAT section size reduction.

Changes BAT section size to:
- large binary: 39541552 bytes (1.02x original),
- medium binary: 3828996 bytes (0.64x),
- small binary: 928 bytes (0.65x).

Test Plan: Updated bolt-address-translation.test

Reviewers: rafaelauler, dcci, ayermolo, JDevlieghere, maksfb

Reviewed By: maksfb

Pull Request: llvm#87853
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.

None yet

3 participants