Go-ethereum EVM optimization report
Report about optimization work related to using uint256 in EVM in go-ethereum.
Report about optimization work related to using uint256 in EVM in go-ethereum.
I noticed a pattern in code fragments interacting with functions having output parameters. Usually, the such functions can be found in C APIs where output pa...