Last month I wrote about an odd crash that was hitting a few Chrome users. Something was corrupting the XMM7 register and that was causing Chrome to crash. We fixed a couple of bugs in Chrome and w…| Random ASCII - tech blog of Bruce Dawson
Built-in options| mesonbuild.com
My continuous journey into toolchains, in the fourth quarter of 2021| www.cambus.net
Link time optimization (LTO) is LLVM's way of implementing whole-program optimization. Cross-language LTO is a new feature in the Rust compiler that enables LLVM's link time optimization to be performed across a mixed C/C++/Rust codebase.| blog.llvm.org