1 dépôt
Compiling the Linux kernel using AutoFDO and Propeller profiling with Clang Thin LTO for optimized machine code.
Distinguishing note: No candidate covers kernel-level profile-guided compilation; existing PGO tags focus on JIT compilers for GPU kernels.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Profile-Guided Kernel Compilations. Refine with filters or upvote what's useful.
linux-cachyos is a performance-tuned Arch Linux kernel distribution that combines advanced compiler optimizations with multiple CPU scheduler options to enhance system responsiveness and throughput. The project provides kernel variants supporting BORE, EEVDF, and BMQ schedulers, enabling users to match scheduling behavior to interactive, general-purpose, or throughput-oriented workloads, alongside real-time preemption capabilities for time-sensitive applications. The kernel is compiled using Clang with Thin Link-Time Optimization and incorporates AutoFDO profile-guided optimization, which use
Compiles the kernel using Clang Thin LTO and AutoFDO/Propeller profiling to generate more efficient machine code.