System76 has been offering AMD-powered Linux laptops for a few years now and before rounding out 2024 they have announced the new Pangolin "Pang15" laptop with an updated SoC, 2K display with 16:10 screen ratio and 120Hz refresh rate, and other refinements to this all-aluminum build Linux laptop...
Last week with the availability of the Intel Arc B-Series Battlemage graphics cards I ran benchmarks looking at the GPU compute performance, Linux gaming benchmarks, and also the workstation graphics capabilities. The Intel Arc B580 graphics showed some nice generational uplift under Linux for most workloads but there were some anomalies where clearly the Intel Linux graphics driver had room to better optimize the new Xe2/Battlemage graphics support. Windows benchmarks of the Intel Arc B580 also showed it performing more competitively to the likes of the GeForce RTX 4060 compared to what I was seeing under Linux. Thus I spent the past few days working on some Windows 11 vs. Ubuntu Linux graphics benchmarks for both Intel Arc Graphics of Alchemist and Battlemage GPUs to see how the performance compares.
The LLVM compiler stack offers a number of sanitizers like the AddressSanitizer, MemorySanitizer, UndefinedBehaviorSanitizer, and others for detecting different coding issues like data races, memory addressing issues, use of uninitialized memory, and more. The newest sanitizer addition to LLVM mainline is TySan as a Type Sanitizer...