Regalloc III: A new register allocator for Rust’s Cranelift back end

Nobody likes waiting for code to finish compiling.
Today, Rust’s Cranelift backend can be used to make debug builds faster, but there’s still room for
improvement.
I spent the last few months working on a register allocator which, when used with Cranelift… Read more

Similar

Rocket – A Rust game running on WASM

Two weeks ago, Alex Crichton’s PR adding a target for WebAssembly to the Rust compiler was merged. There are many differences between this target and the Emscripten one, but the important one for me is that it doesn’t depend on external stuff like the Ems... (more…)

Read more »