mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 05:44:40 +00:00
e64e5c77b3
* Inline gas cost/instruction fetching These make up 5:ish % of EVM execution time - even though they're trivial they end up not being inlined - this little change gives a practically free perf boost ;) Also unify the style of creating the output to `setLen`.. * avoid a few more unnecessary seq allocations