Re: [PATCH v5 0/7] Add AutoFDO and Propeller support for Clang build

2024-10-25 Thread Yabin Cui
Hi Rong, I tested this patchset on the android-mainline kernel branch (closely tracking the Linux mainline branch) using the latest Clang compiler with an AutoFDO profile. It passed all presubmit tests, including boot and local tests, and the AutoFDO profile yielded performance improvements across

[PATCH v5 0/7] Add AutoFDO and Propeller support for Clang build

2024-10-23 Thread Rong Xu
Hi, This patch series is to integrate AutoFDO and Propeller support into the Linux kernel. AutoFDO is a profile-guided optimization technique that leverages hardware sampling to enhance binary performance. Unlike Instrumentation-based FDO (iFDO), AutoFDO offers a user-friendly and straightforward