summaryrefslogtreecommitdiff
path: root/python/python.go
diff options
context:
space:
mode:
author Yi Kong <yikong@google.com> 2022-02-10 15:08:36 +0800
committer Yi Kong <yikong@google.com> 2022-02-10 08:09:38 +0000
commit71198ac5164cbe9532a648526c67388329a7ca6b (patch)
treeebe9560f0581539a08bb528320bd1ff7894a5b3f /python/python.go
parent3cb45a5f4ae9d8763700ca65347b76fdeb400314 (diff)
Turn on Unique Internal Names for AFDO
AutoFDO uses a function’s symbol name to look up profile data but functions with internal linkages do not have globally unique identifiers. This can lead to name conflicts leading to missing profiles and performance. We are enabling compiler option -funique-internal-linkage-names for AFDO builds that will uniquefy internal linkage symbols making this problem go away. This CL might regress the performance due to mismatched profiles. It will recover once we update the profiles. Test: presubmit Bug: 218448389 Change-Id: I92a2b6f72b52faab79aec9148f1962111bad7232
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions