nimbus-eth1/nimbus/evm/interpreter
andri lim ee323d5ff8
Optimize EVM stack usage (#2502)
* EVM: Optimize CALL family stack usage

* EVM: Optimize CREATE family stack usage

* EVM: Optimize arith stack usage

* EVM: Optimize stack usage in the rest of opcodes

* Fix test_op_env and clean up unused imports

* EVM: Optimize arithmetic binary ops
2024-07-18 18:59:53 +07:00
..
op_handlers Optimize EVM stack usage (#2502) 2024-07-18 18:59:53 +07:00
utils Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
evmc_gas_costs.nim Convert GasInt to uint64, bump nim-eth and nimbus-eth2 (#2461) 2024-07-07 06:52:11 +00:00
forks_list.md saner source code grouping 2022-12-02 13:51:42 +07:00
forks_list.png saner source code grouping 2022-12-02 13:51:42 +07:00
gas_costs.nim Convert GasInt to uint64, bump nim-eth and nimbus-eth2 (#2461) 2024-07-07 06:52:11 +00:00
gas_meter.nim odds and ends (#2481) 2024-07-13 20:42:49 +02:00
op_codes.nim Bump nim-evmc to 86d22a026b0aa07c07b3afd7d91ca475e0eae12a (#2113) 2024-03-28 13:47:02 +07:00
op_dispatcher.nim odds and ends (#2481) 2024-07-13 20:42:49 +02:00
op_handlers.nim Remove pre and post opcode handlers from EVM (#2409) 2024-06-24 07:58:15 +02:00