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

coll/han: post large-count code cleanup and bugfix #12768

Merged
merged 3 commits into from
Aug 20, 2024

Commits on Aug 19, 2024

  1. coll/han: ptrdiff_t max size bugfix

    Fix buggy integer comparison of (ptrdiff_t) displ < SIZE_MAX
    
    Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
    wenduwan committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    80884d4 View commit details
    Browse the repository at this point in the history
  2. coll/han: remove unused variables

    Minor code cleanup
    
    Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
    wenduwan committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    37a6ffb View commit details
    Browse the repository at this point in the history
  3. coll/han: cleanup unused utils

    With the large-count interface we no longer need these utils.
    
    Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
    wenduwan committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f877e51 View commit details
    Browse the repository at this point in the history