It is sometimes of value to inline statically known functions (not methods) into their call sites, as long as any through references would remain the same.
Since in general this might cause a great deal of bloat, maybe have some heuristics about when to do this? Alternatively, a whitelist of function names to do this for.
It is sometimes of value to inline statically known functions (not methods) into their call sites, as long as any through references would remain the same.
Since in general this might cause a great deal of bloat, maybe have some heuristics about when to do this? Alternatively, a whitelist of function names to do this for.