Skip to content

Experiment with annotating args as "noalias" if we can prove it #847

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

Closed
pcwalton opened this issue Aug 19, 2011 · 2 comments
Closed

Experiment with annotating args as "noalias" if we can prove it #847

pcwalton opened this issue Aug 19, 2011 · 2 comments
Labels
A-codegen Area: Code generation C-enhancement Category: An issue proposing an enhancement or a PR with one.

Comments

@pcwalton
Copy link
Contributor

LLVM arguments accept "noalias", which is nice. We can do type-based alias analysis to set it.

@bstrie
Copy link
Contributor

bstrie commented Apr 30, 2013

Nominating for maturity 5.

@thestinger
Copy link
Contributor

We now tag &mut parameters as noalias, I'm going to close this bug and open more specific issues for other potential uses.

keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
…richton

Add aarch64 support to newlib bindings

It's all in the title. I grabbed the definition from  a small test in with a gcc toolchain, I hope it's correct.

There's currently no tests around newlib in the CI. Would it be possible to add them ? If so, how ?
bors pushed a commit to rust-lang-ci/rust that referenced this issue Oct 26, 2020
coastalwhite pushed a commit to coastalwhite/rust that referenced this issue Aug 5, 2023
This enables assignment through triagebot on this repository, in preparation for
the migration from highfive to triagebot for PR assignment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-codegen Area: Code generation C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

No branches or pull requests

3 participants