MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / stack_size

Method stack_size

cranelift/codegen/src/isa/pulley_shared/abi.rs:631–633  ·  view source on GitHub ↗

Returns the stack size allocated by this function, excluding incoming tail args or the optional "setup area" of fp/lr.

(&self)

Source from the content-addressed store, hash-verified

629 /// Returns the stack size allocated by this function, excluding incoming
630 /// tail args or the optional "setup area" of fp/lr.
631 fn stack_size(&self) -> u32 {
632 self.clobber_size + self.fixed_frame_storage_size + self.outgoing_args_size
633 }
634
635 /// Returns the style of frame being used for this function.
636 ///

Callers 5

pulley_frame_styleMethod · 0.80
newMethod · 0.80
overrun_with_big_moduleFunction · 0.80

Calls

no outgoing calls

Tested by 1

overrun_with_big_moduleFunction · 0.64