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

Add missing fixed-size metering in comparison.rs, clean up a bit #1116

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

graydon
Copy link
Contributor

@graydon graydon commented Oct 17, 2023

There were several cases in comparison.rs that did .cmp on values that really should be .compare to account for their (constant but nonzero) sizes. This change routes them all through .compare and adds fixed-size type macros to support them.

@graydon graydon added this pull request to the merge queue Oct 17, 2023
Merged via the queue into main with commit 60dad2c Oct 17, 2023
9 checks passed
@graydon graydon deleted the graydon-code-review-10 branch October 17, 2023 17:25
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.

3 participants