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

bin: shrink binary size from 26MiB to 18MiB #880

Closed
wants to merge 1 commit into from

Conversation

phip1611
Copy link
Contributor

@phip1611 phip1611 commented Dec 5, 2023

The typos binary is relatively large. Currently, roughly 26MiB. We can shrink that down to 18MiB.

  • status quo: 27807000 bytes / 26.52 MiB
  • lto: 24852744 bytes / 23.70 MiB
  • stripped: 19474952 bytes / 18.57 MiB
  • stripped + lto: 18995720 bytes / 18.12 MiB

@phip1611 phip1611 force-pushed the binary-size branch 2 times, most recently from 20c1491 to 49bd786 Compare December 5, 2023 10:55
- status quo: `27807000` bytes / `26.52` MiB
- lto: `24852744` bytes / `23.70` MiB
- stripped: `19474952` bytes / `18.57` MiB
- stripped + lto: `18995720` bytes / `18.12` MiB
@epage
Copy link
Collaborator

epage commented Dec 5, 2023

Like with #791, we need to finish up discussin on #738 first.

@epage epage closed this Dec 5, 2023
@phip1611
Copy link
Contributor Author

phip1611 commented Dec 5, 2023

Ohh, I didn't see there was an existing PR about that. Sorry.

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.

2 participants