The Android platform kernels include AutoFDO optimization.
Google has summarized the integration of AutoFDO (Auto-Feedback-Directed Optimization) when building the Linux kernel for the Android platform. AutoFDO utilizes profiling results with information on the execution frequency of various code sections to enhance the performance of frequently executed operations. The AutoFDO optimization is implemented in the Linux kernel 6.12 for Android 16 and 6.6 for Android 15, and it will also be included in […]
