Commit 8d3be7e
Allow implicitly enabling memprof_optimize for FDO.
This is the instrumented FDO version of unknown commit, which added this support
for AutoFDO. Similar to features such as ThinLTO, with this change we insert a
feature which allows implicitly enabling memprof_optimize for FDO targets. The
"enable_fdo_memprof_optimize" feature when present along with
"fdo_implicit_memprof_optimize" expands to the "memprof_optimize" feature.
This mechanism allows users to opt-out via --features=-memprof_optimize.
PiperOrigin-RevId: 855299865
Change-Id: Ie33df43aed2a4b228850666033f512aa17a05bc31 parent d1a4aea commit 8d3be7e
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
| |||
0 commit comments