go-ethereum/eth
Martin Holst Swende 7504dbd6eb core/vm: 64 bit memory and gas calculations (#19210)
* core/vm: remove function call for stack validation from evm runloop

* core/vm: separate gas  calc into static + dynamic

* core/vm: optimize push1

* core/vm: reuse pooled bigints for ADDRESS, ORIGIN and CALLER

* core/vm: use generic error message for jump/jumpi, to avoid string interpolation

* testdata: fix tests for new error message

* core/vm: use 64-bit memory calculations

* core/vm: fix error in memory calculation

* core/vm: address review concerns

* core/vm: avoid unnecessary use of big.Int:BitLen()
2019-03-12 11:40:05 +02:00
..
downloader
fetcher
filters
gasprice
tracers core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00
api_backend.go
api_test.go
api_tracer.go
api.go
backend.go
bloombits.go
config.go
gen_config.go
handler_test.go
handler.go
helper_test.go
metrics.go
peer.go
protocol_test.go
protocol.go
sync_test.go
sync.go
ulc_config.go