Andriy Berestovskyy

Results 8 issues of 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!

enhancement

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...

feat
@execution

This effectively limits the number of canisters scheduled in a round. This change is essential for the scheduler fixes.

fix

This removes canisters snapshots feature flag from tests and replica code.

chore
@execution
@networking
@pocket-ic
@ic-message-routing-owners
@languages

Consolidate both types in the base types crate. Also, consolidate PAGE_SIZE and WASM_PAGE_SIZE in the `sys` crate.

refactor