EIP-2315 Simple Subroutines for the EVM

Yes, lower gas costs. And yes, easier static analysis - you can know that the code is a subroutine call or return, rather than try to work it out by pattern matching Solidity or other conventions.

3 Likes