Andriy Berestovskyy
Andriy Berestovskyy
Thanks for the really useful extension! I just wondering, would it be too difficult to implement a mixed disassembly view, just like the `disassembly --mixed` lldb output? Thanks!
This change allows spawning sandboxes concurrently on the replica side. However, it doesn't significantly improve performance because sandbox launcher communication and the launcher's main thread still serialize requests. We will...
This effectively limits the number of canisters scheduled in a round. This change is essential for the scheduler fixes.
This removes canisters snapshots feature flag from tests and replica code.
Consolidate both types in the base types crate. Also, consolidate PAGE_SIZE and WASM_PAGE_SIZE in the `sys` crate.