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

Support vec zero-alloc optimization for tuples and byte arrays #97581

Commits on Jul 24, 2022

  1. Support vec zero-alloc optimization for tuples and byte arrays

    * Implement IsZero trait for tuples up to 8 IsZero elements;
    * Implement IsZero for u8/i8, leading to implementation of it for arrays of them too;
    * Add more codegen tests for this optimization.
    * Lower size of array for IsZero trait because it fails to inline checks
    AngelicosPhosphoros authored and Mark-Simulacrum committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    86d445e View commit details
    Browse the repository at this point in the history