1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/core/vm/runtime
lmittmann b37ac5c102
core/vm: improved stack swap performance (#30249)
This PR adds the methods `Stack.swap1..16()` that faster than `Stack.swap(1..16)`. 

Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
2024-08-06 14:38:47 +02:00
..
doc.go
env.go
runtime.go
runtime_example_test.go
runtime_fuzz_test.go
runtime_test.go