What's "new" in Miri (and also, there's a Miri paper!)

46 points by fanf


ekuber

The FFI support is such a big deal and it is presented almost like an afterthought! I didn't even know people were working on it.

itamarst

"some truly cursed magic to let Miri trace quite precisely which memory the native code accesses" how do this work I want to know.

Looks like https://github.com/rust-lang/miri/pull/4326 which uses ptrace, but I still need to figure out how that helps.

xnacly

This thing feels so useful to me, finally no more unaligned writes because i fucked my growable bump allocator mmap usage up.