For compiled methods that do not make any non-inlined calls, it seems possible to remove the stack bang at method entry. Let us choose some fixed compiled frame size N. For any leaf method with frame size requirements less than N, skip the stack bang. To make this work, we add N to the size that non-leaf methods use for their stack bang (the Shadow/Yellow/Red/Reserved zones).