Skip to main content

requires_wrapping

Function requires_wrapping 

Source
fn requires_wrapping(gcx: Gcx<'_>, stmts: &[Stmt<'_>]) -> bool
Expand description

Whether stmts should move into a helper: anything but a single plain call requires wrapping. Inline assembly is left alone; its authors know how to manage code size and have a reason to use it in a modifier.