-Cmin-function-alignment
/-Calign-functions
support in rustc
#128830
Labels
A-rust-for-linux
Relevant for the Rust-for-Linux project
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
i.e. the equivalents of
-fmin-function-alignment
(GCC, Clang does not support it) /-falign-functions
(GCC, Clang).For the Linux kernel, the behavior wanted is that of GCC's
-fmin-function-alignment
and Clang's-falign-functions
, i.e. align all functions, including cold functions.There is
feature(fn_align)
, but we need to do it globally.The text was updated successfully, but these errors were encountered: