The Development and Current State of Rust in QEMU

Development Background At the 2021 KVM Forum, there was a discussion themed “QEMU+Rust BoF”. The meeting notes can be found in the 2022 Rust section of the QEMU blog: QEMU+Rust BoF

2024-11-28 · 4 min · zevorn

Building a Minimal JIT in Rust

Just in time compilation (JIT, short for Just In Time Compilation) is a dynamic compilation technique that converts source code or an intermediate representation (such as bytecode)

2024-10-08 · 4 min · zevorn