Skip to content

urldata: shrink a few fields int => unsigned char #11025

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

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Apr 25, 2023

  • dselect_bits
  • cselect_bits

... are using less than 8 bits. Changed types and moved them towards the end of the structs to fit better.

@bagder bagder added the tidy-up label Apr 25, 2023
@bagder bagder force-pushed the bagder/urldata-bits branch from f8eea55 to c7d9723 Compare April 25, 2023 21:23
- dselect_bits
- cselect_bits

... are using less than 8 bits. Changed types and moved them towards
the end of the structs to fit better.
@bagder bagder force-pushed the bagder/urldata-bits branch from eb2958a to c920168 Compare April 26, 2023 09:10
@bagder bagder closed this in 65f03e5 Apr 26, 2023
@bagder bagder deleted the bagder/urldata-bits branch April 26, 2023 21:37
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
- dselect_bits
- cselect_bits

... are using less than 8 bits. Changed types and moved them towards
the end of the structs to fit better.

Closes curl#11025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant