Promote tier 3 arm64e-apple-darwin target to tier 2 #717
Labels
major-change
A proposal to make a major change to rustc
T-compiler
Add this label so rfcbot knows to poll the compiler team
Proposal
Promote
arm64e-apple-darwin
target to tier 2.The changes of arm64e is LLVM/linker flags, doesn't introduce new code and is quite simple addition.
Developers can build arm64e binary libraries for distribution, while executable binaries are still limited to configured machines. Even so, starting to provide will help anyone who wants to build binary library that leverages arm64e, and prepare us for when we can build executables that can also run on vanilla macOS.
There's one maintainer already, and I'm willing to step in as second one.
These target is almost same as
aarch64-apple-darwin
which is tier 1, so there shouldn't be any burden.Cross compilation and testing are explained on the targets page.
The target specifies that it can work on any Darwin based machine with ARM CPU.
No change from tier 1 Darwin target.
It doesn't.
It does not differ from tier 1 Darwin targets.
It builds reliably and I will send a PR to add it in CI once accepted.
This has the same limitiation aarch64 machines has - if there are tests that are ran I'd be happy to send similar for arm64e.
Should be more or less same speed as aarch64-macos
This is supported.
I believe given it's more or less same as aarch64-macos, there shouldn't be any issue.
Fully understood.
Of course.
It's tier 3 already.
Mentors or Reviewers
If you have a reviewer or mentor in mind for this work, mention them here. You can put your own name here if you are planning to mentor the work.
Process
The main points of the Major Change Process are as follows:
@rustbot second
.-C flag
, then full team check-off is required.@rfcbot fcp merge
on either the MCP or the PR.You can read more about Major Change Proposals on forge.
Comments
This issue is not meant to be used for technical discussion. There is a Zulip stream for that. Use this issue to leave procedural comments, such as volunteering to review, indicating that you second the proposal (or third, etc), or raising a concern that you would like to be addressed.
The text was updated successfully, but these errors were encountered: