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

Improve the implementation of the stret ABI. #39

Merged
merged 3 commits into from
May 3, 2024
Merged

Commits on May 3, 2024

  1. Improve the implementation of the stret ABI.

    As suggested by @vtjnash:
    - determine the ABI at parse time, just like ccall
    - this avoids the need for a generated function
    - let ccall handle the sret box
    maleadt committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8bf33fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8c1bfa View commit details
    Browse the repository at this point in the history
  3. Bump version.

    maleadt committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a95cd1e View commit details
    Browse the repository at this point in the history