Is there such a list of elements and a display or a list of IR code templates?
Code rustc.
It may seem like a tongue in the cheek, but in fact it is the only answer available.
Rust ABI is unstable because Rust developers want to keep the ability to change these things when a more efficient way to do them appears.
This applies to representing structures in memory, to calling conventions, etc.
Is there any determinant in Rust so that the emitted IR retains all the functions?
The easiest way to save a function:
- compilation as a library and function marking
pub
#[inline(never)], , , . .