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

Unsigned Int Serializer Bounds are Not Working #861

Open
shihaocao opened this issue Feb 6, 2022 · 0 comments
Open

Unsigned Int Serializer Bounds are Not Working #861

shihaocao opened this issue Feb 6, 2022 · 0 comments

Comments

@shihaocao
Copy link
Collaborator

In builds where we print out the serialized bits of all fields, it is noted that unsigned int serializers that have a limited range, still use a significant number of bits (we believe 32) despite the fact that it should only be using what is required to express the range.

In order to see this, simply print out the name of the fields, along with the bits corresponding to it, and you will see that unsigned int serializers are not working.

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

No branches or pull requests

1 participant