Jacek Sieka e64e5c77b3
Inline gas cost/instruction fetching (#2865)
* 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
2024-11-24 19:41:33 +07:00
..
2024-09-29 14:37:09 +02:00
2022-12-02 13:51:42 +07:00
2022-12-02 13:51:42 +07:00
2024-09-29 14:37:09 +02:00