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

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented May 2, 2024

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

src/syntax.jl Show resolved Hide resolved
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 maleadt merged commit 7452079 into master May 3, 2024
5 checks passed
@maleadt maleadt deleted the tb/sret_improvements branch May 3, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants