Mohanson

Results 37 issues of Mohanson

Daze close the conn to client too quickly when the server response and than end the conn. So the client will lose the last message data from the server.

# Phase plan of the V instruction set The V instruction set has a large number of instructions, and it is difficult for us to complete these instructions at once,...

We can implement the A extension on ckb-vm: considering that some Rust codes may use atomic operations, and rust only provides `riscv64imac-unknown-none-elf` target. ```sh $ rustup target list | grep...

- https://www.brendangregg.com/blog/2014-09-17/node-flame-graphs-on-linux.html - https://github.com/sthima/node-usdt - https://leezhenghui.github.io/linux/2019/03/05/exploring-usdt-on-linux.html

The newly built gcc will bring some performance improvements https://hub.docker.com/layers/nervos/ckb-riscv-gnu-toolchain/bionic-20210727/images/sha256-1e8835b34f7425599520e197b538bbeb262011c7c95be5f597255e0d1c309e3a?context=explore At the same time we need the bench result of secp256k1.

# Twins LD/Twins SD Since gcc often generates 4 or 8 consecutive ld/sd codes, doing mop on them can reduce the overhead of boundary check on AsmMachine. **some codes from...

Rewrite the logic of aot machine when processing reset, now the second program can also be compiled to aot code normally. - Add a new structure AsmWrapMachine - `instruction_cycle_func` is...