Module cost_checker

Source

Structs§

CostChecker πŸ”’
Verify that the callee body is compatible with the caller.

Constants§

CALL_PENALTY πŸ”’
CONST_SWITCH_BONUS πŸ”’
INSTR_COST πŸ”’
LANDINGPAD_PENALTY πŸ”’
LARGE_SWITCH_PENALTY πŸ”’
RESUME_PENALTY πŸ”’

Functions§

is_call_like πŸ”’
A terminator that’s more call-like (might do a bunch of work, might panic, etc) than it is goto-/return-like (no side effects, etc).