We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This is an LLVM-specific calling convention which is not guaranteed to be stable, but Zig currently treats it as any other stable calling convention.
I don't think there's a reason to expose this, when instead it could just be automatically used for @setCold(true) functions.
@setCold(true)
No code in the Zig repo uses this calling convention.
The text was updated successfully, but these errors were encountered:
Remove .Cold calling convention.
247f64a
This isn't a stable, defined calling convention, so it shouldn't be grouped in with the others. Closes ziglang#6556
0a6863a
This isn't a stable, defined calling convention, so it shouldn't be grouped in with the others. Closes #6556
@setCold
@cold
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
This is an LLVM-specific calling convention which is not guaranteed to be stable, but Zig currently treats it as any other stable calling convention.
I don't think there's a reason to expose this, when instead it could just be automatically used for
@setCold(true)
functions.No code in the Zig repo uses this calling convention.
The text was updated successfully, but these errors were encountered: