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

[mono][jit] Fix the alignment of stack slots used to pass HFA argumen… #98279

Closed
wants to merge 1 commit into from

Commits on Feb 23, 2024

  1. [mono][jit] Fix the alignment of stack slots used to pass HFA argumen…

    …ts on arm64.
    
    Vector3 was assumed to have size 16 and alignment 8, which caused problems when
    calling llvm compiled methods which assumed it was 12/8.
    
    Fixes dotnet#96051.
    
    Previously, different sizes/alignment where used in the pinvoke/non-pinvoke
    cases, causing problems with calling llvm compiled methods which always
    vargaz committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    56c2695 View commit details
    Browse the repository at this point in the history