erigon-pulse/core/vm
Andrew Ashikhmin 05e81184d9
Misc GC optimisations (#619)
* uint256 in rlp

* uint256 rather than big.Int in Transation

* linters

* more linters

* still linters

* Reduce garbage in writeUint256

* Experiment with GC in writeByteArray

* Misc GC optimisations

* unsafe experiment with writeByteArray
2020-06-04 19:30:28 +01:00
..
runtime Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
testdata core/vm: instruction tests (#16327) 2019-04-04 11:19:38 +02:00
analysis_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
analysis.go core/vm: faster create/create2 (#17806) 2018-10-04 18:15:37 +03:00
common.go Use uint256 in EVM implementation (kudos to Pawel Bylica) (#551) 2020-05-18 08:10:59 +01:00
contract.go Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
contracts_test.go Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
contracts.go [GC] uint256 rather than big.Int in Transaction (#614) 2020-06-04 08:43:08 +01:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
errors.go all: seperate consensus error and evm internal error (#20830) 2020-05-20 15:26:22 +03:00
evm.go Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
evmc.go Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
gas_table_test.go Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
gas_table.go Misc GC optimisations (#619) 2020-06-04 19:30:28 +01:00
gas.go all: seperate consensus error and evm internal error (#20830) 2020-05-20 15:26:22 +03:00
gen_structlog.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
instructions_test.go Use uint256 in EVM implementation (kudos to Pawel Bylica) (#551) 2020-05-18 08:10:59 +01:00
instructions.go Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
interface.go Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
interpreter.go Use pointers to hashes in Get(Commited)State to reduce memory allocation (#573) 2020-05-24 18:43:54 +02:00
jump_table.go all: seperate consensus error and evm internal error (#20830) 2020-05-20 15:26:22 +03:00
logger_json.go Use uint256 in EVM implementation (kudos to Pawel Bylica) (#551) 2020-05-18 08:10:59 +01:00
logger_test.go Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
logger.go all: seperate consensus error and evm internal error (#20830) 2020-05-20 15:26:22 +03:00
memory_table.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00
memory.go Use uint256 in EVM implementation (kudos to Pawel Bylica) (#551) 2020-05-18 08:10:59 +01:00
opcodes.go all: seperate consensus error and evm internal error (#20830) 2020-05-20 15:26:22 +03:00
stack_table.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
stack.go Use uint256 in EVM implementation (kudos to Pawel Bylica) (#551) 2020-05-18 08:10:59 +01:00