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 -Z no-unique-section-names #90275

Open
jblazquez opened this issue Oct 25, 2021 · 1 comment
Open

Tracking Issue for -Z no-unique-section-names #90275

jblazquez opened this issue Oct 25, 2021 · 1 comment
Labels
A-cli Area: Command line interface to the compiler. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@jblazquez
Copy link
Contributor

This is a tracking issue for the -Z no-unique-section-names debugging option which can reduce the size of object files for ELF targets when using the LLVM codegen backend.

About tracking issues

Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.

Implementation history

@jblazquez jblazquez added the C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. label Oct 25, 2021
@Mark-Simulacrum Mark-Simulacrum added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Oct 25, 2021
@workingjubilee workingjubilee added the A-cli Area: Command line interface to the compiler. label Mar 5, 2023
dcoles added a commit to flipperzero-rs/flipperzero that referenced this issue Mar 13, 2023
We can almost use `stable`, except for requiring
`-Z no-unique-section-names=yes` to ensure that all symbols are located
in a single `.text` section (the Flipper Zero loader does not support
unique section names).

See rust-lang/rust#90275
@dcoles
Copy link

dcoles commented Mar 18, 2023

What would the requirements be to stabilise this feature?

Now that Rust 1.68.0 has stabilised #66741 (default alloc error handler), this is the last remaining blocker for supporting a stable toolchain in flipperzero-rs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cli Area: Command line interface to the compiler. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants