Open
Description
Problem
cranelift pretty much never inlines functions, so currently capy will generate function calls for even noop functions like a ptr to usize bitcast.
Proposed Solution
if builtins are called, only emit call instructions if they have a substantial amount of actual code to execute.
Notes
No response