Merge "Enable hot cold split" into main

This commit is contained in:
Aditya Kumar
2023-10-13 20:30:46 +00:00
committed by Gerrit Code Review

View File

@@ -170,6 +170,9 @@ var (
// Emit additional debug info for AutoFDO // Emit additional debug info for AutoFDO
"-fdebug-info-for-profiling", "-fdebug-info-for-profiling",
// Enable Hot Cold splitting optimization.
"-mllvm -hot-cold-split=true",
} }
commonGlobalLldflags = []string{ commonGlobalLldflags = []string{