Support for different platforms are organized into three tiers, each with a
different set of guarantees. (more…)
Read more »
Memthol is a visualizer and analyzer for program profiling. It works on memory dumps containing information about the size and (de)allocation date of part of the allocations performed by some execution of a program. (more…)
Read more »
This is chapter 10 of a multi-part series on writing a RISC-V OS in Rust. (more…)
Read more »
Extend Rust's borrow system to support non-lexical lifetimes -- these are lifetimes that are based on the control-flow graph, rather than lexical scopes. The RFC describes in detail how to infer th... (more…)
Read more »
Personal website of Matthias Endler, a Software Engineer interested in low-level programming and Backend development. Rust, Go... (more…)
Read more »