Enable frame pointers for the Rust standard library

There’s been a few past experiments for enabling frame pointers for all our artifacts. I don’t think that frame pointers in the distributed compiler are nearly as useful as frame pointers in the st… Read more

Similar

Hard Mode Rust

This post is a case study of writing a Rust application using only minimal, artificially constrained API (eg, no dynamic memory allocation). It assumes a fair bit of familiarity with the language. (more…)

Read more »

Rust vs C Pitfalls

Itay is a developer and a researcher who's passionate about solving low-level challenges. He loves to tinker with electronics, to optimize his Emacs config, and to learn new technologies.

Read more »