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

Fix SIMD data overallocation #71043

Merged

Commits on Jun 21, 2022

  1. Fix SIMD data overallocation

    The JIT was allocating 16 bytes for TYP_SIMD8 static data loads,
    and marking the data section as requiring 16 byte alignment as
    well. Fix this to not allocate more than necessary, or over align.
    BruceForstall committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    3d913c5 View commit details
    Browse the repository at this point in the history