3 files changed
+11
-11
lines changedSubmodule monad-execution updated 76 files
- .clang-tidy+4-3
- category/async/config.hpp+1-1
- category/async/detail/connected_operation_storage.hpp+4-4
- category/async/detail/scope_polyfill.hpp+1-1
- category/async/erased_connected_operation.hpp+4-4
- category/async/io.cpp+27-16
- category/async/io.hpp+7-5
- category/async/io_senders.hpp+10-10
- category/async/sender_errc.hpp+5-2
- category/async/storage_pool.cpp+4-5
- category/async/storage_pool.hpp+5-5
- category/async/test/benchmark_io_test.cpp+283-260
- category/async/test/io.cpp+24-27
- category/async/test/io_death_read_buffer_exhaustion_causes_death.cpp+2-2
- category/async/test/io_death_write_buffer_exhaustion_causes_death.cpp+1-1
- category/async/test/sender_receiver.cpp+10-13
- category/async/test/storage_pool.cpp+14-14
- category/async/test/test_fixture.hpp+2-2
- category/async/util.cpp+3-3
- category/core/CMakeLists.txt-1
- category/core/bytes.hpp+13
- category/core/lru/static_lru_cache.hpp+2-1
- category/core/test/CMakeLists.txt-1
- category/core/test/unordered_map.cpp-166
- category/core/unordered_map.hpp-224
- category/execution/ethereum/core/address.hpp+13
- category/execution/ethereum/transaction_gas_test.cpp+116-92
- category/mpt/db.cpp+1-4
- category/mpt/db.hpp+1-1
- category/mpt/detail/boost_fiber_workarounds.hpp-153
- category/mpt/detail/db_metadata.hpp+12-37
- category/mpt/find_request_sender.hpp+1-1
- category/mpt/test/fiber_future_wrapped_read.cpp+10-9
- category/mpt/test/mixed_async_sync_loads_test.cpp+20-20
- category/mpt/test/monad_trie_test.cpp+4-3
- category/mpt/test/monad_trie_test_statistical_generation_test.cpp+4-3
- category/mpt/test/virtual_offset_test.cpp+2-1
- category/mpt/trie.hpp+4-3
- category/mpt/update_aux.cpp-1
- category/mpt/util.hpp+12-12
- category/rpc/CMakeLists.txt+1-1
- category/rpc/monad_executor.cpp+34-37
- category/rpc/monad_executor.h+20-21
- category/rpc/monad_executor_test.cpp+40-40
- category/vm/compiler/ir/x86.cpp+6-6
- category/vm/compiler/ir/x86/emitter.cpp+56
- category/vm/compiler/ir/x86/emitter.hpp+8-64
- category/vm/llvm/CMakeLists.txt+1-1
- category/vm/llvm/dependency_blocks.hpp+592
- category/vm/llvm/emitter.hpp+562-506
- category/vm/llvm/execute.cpp+138-9
- category/vm/llvm/execute.hpp+4-1
- category/vm/llvm/llvm.cpp+41-2
- category/vm/llvm/llvm.hpp+3
- category/vm/llvm/llvm_state.hpp+140-14
- category/vm/llvm/spilldependencies.txt+188
- category/vm/llvm/virtual_stack.hpp-85
- cmd/monad/runloop_monad.cpp-1
- scripts/check-clang-tidy.sh+4-2
- test/unit/common/include/monad/test/traits_test.hpp-12
- test/vm/blockchain/llvm_blockchain_tests.cpp-2
- test/vm/execution_benchmarks/benchmarks.cpp-2
- test/vm/micro_benchmarks/main.cpp-2
- test/vm/unit/CMakeLists.txt+3
- test/vm/unit/emitter_tests.cpp+14-30
- test/vm/unit/evm_tests.cpp+13
- test/vm/unit/runtime/call_tests.cpp+318-179
- test/vm/unit/runtime/create_tests.cpp+144-87
- test/vm/unit/runtime/data_tests.cpp+61-56
- test/vm/unit/runtime/fixture.S+17
- test/vm/unit/runtime/fixture.cpp+9-9
- test/vm/unit/runtime/fixture.hpp+72-3
- test/vm/unit/runtime/math_tests.cpp+25-35
- test/vm/unit/runtime/storage_tests.cpp+162-345
- test/vm/vm/test_vm.cpp+4-13
- test/vm/vm/test_vm.hpp-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| |||
0 commit comments