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

Tracking issue for refactoring the way we represent function call ABIs #119183

Open
RalfJung opened this issue Dec 21, 2023 · 3 comments
Open

Tracking issue for refactoring the way we represent function call ABIs #119183

RalfJung opened this issue Dec 21, 2023 · 3 comments
Labels
A-abi Area: Concerning the application binary interface (ABI). C-cleanup Category: PRs that clean code up or issues documenting cleanup. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature.

Comments

@RalfJung
Copy link
Member

This is the issue tracking implementation of rust-lang/compiler-team#672. Note that we do not have a final design yet; the best way to represent call ABI, and to disentangle it from the "storage kind" of a type (which is what the Abi type currently largely represents) is yet to be determined.

@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Dec 21, 2023
@bjorn3 bjorn3 added C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. A-abi Area: Concerning the application binary interface (ABI). C-cleanup Category: PRs that clean code up or issues documenting cleanup. and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. labels Dec 21, 2023
@bjorn3
Copy link
Member

bjorn3 commented Dec 21, 2023

Should this be C-cleanup or C-tracking-issue? The description for the latter says that it is about RFC's and unstable features, which this is not. But on the other hand it is tracking implementation of an MCP.

@RalfJung
Copy link
Member Author

I'd say both make sense. 🤷

Cc @eddyb

@RalfJung
Copy link
Member Author

Looks like fixing #117480 may be blocked on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-abi Area: Concerning the application binary interface (ABI). C-cleanup Category: PRs that clean code up or issues documenting cleanup. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature.
Projects
None yet
Development

No branches or pull requests

3 participants