Closed
Description
Background: #43241
This issue is to track implementation of stack probing on arm64. Most of the work necessary is in in LLVM, but this is a convenient place to track progress and final support in the Rust compiler.
Implementation: @cuviper has suggested using LLVM's inline-asm support for stack probing: #43241 (comment). It does not yet support arm64.
External trackers:
Metadata
Assignees
Labels
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Stack probing and guard pagesCategory: An issue tracking the progress of sth. like the implementation of an RFCArmv8-A or later processors in AArch64 modeProject group: Exploit mitigationsStatus: Blocked on something else such as an RFC or other implementation work.Status: The feature has not been implemented.Relevant to the compiler team, which will review and decide on the PR/issue.