rust/compiler/rustc_codegen_ssa
David Wood f86169a58f
mir_transform: implement forced inlining
Adds `#[rustc_force_inline]` which is similar to always inlining but
reports an error if the inlining was not possible, and which always
attempts to inline annotated items, regardless of optimisation levels.
It can only be applied to free functions to guarantee that the MIR
inliner will be able to resolve calls.
2025-01-10 18:37:54 +00:00
..
src mir_transform: implement forced inlining 2025-01-10 18:37:54 +00:00
Cargo.toml Bump cc in the compiler 2025-01-03 11:51:13 +00:00
messages.ftl explicitly model that certain ABIs require/forbid certain target features 2024-12-31 12:41:20 +01:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.