Paweł Bylica
                                            Paweł Bylica
                                        
                                    Hi @anuchak, Please note that the `uint128` type is already implemented. We want to use this type to implement `int128` because many operations are binary equivalent: add, mul, sub, or,...
``` name old time/op new time/op delta micro/memory_grow_mload/nogrow 212µs ± 1% 212µs ± 1% -0.36% (p=0.005 n=19+19) micro/memory_grow_mload/by1 223µs ± 1% 221µs ± 1% -0.67% (p=0.000 n=18+18) micro/memory_grow_mload/by16 285µs ±...
Rebased and modernized.
The names are in the `labels` section and they should match the elements of `transaction.data`. https://github.com/ipsilon/evm-benchmarks/blob/main/benchmarks/main/sha1_shifts.json#L8-L14 Our loader does not parse labels yet. The output is simply not there. We...
> Please enable this checkbox:  This is not possible for organization accounts.
Did you try including `CableBuildInfo` after `project()`? That's my usually fix for this warning.
This happens after some minutes of running Senders state on Erigon database. This is heap-use-after-free bug. ``` ================================================================= ==3478483==ERROR: AddressSanitizer: heap-use-after-free on address 0x7c295934bc80 at pc 0x55c9a54bd990 bp 0x7c2994dba190 sp...
`cmake -DCMAKE_CXX_CLANG_TIDY=clang-tidy`. See https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_CLANG_TIDY.html.
Done some time ago.
This does not work unfortunately. I'm guessing it is because the perf checks the additional address map only when it can't find the function name (what is not the case...