Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

F.5 Generated Helper Emission

The C backend emits runtime helpers on demand. For example, a program that does not use __alloca__ will not emit the alloca prelude, and a program that only uses __load_u8__ will not emit the target-endian wide-load helpers. This keeps the default generated C close to the minimal profile.