diff options
| author | Shaw Young <58664393+shawbyoung@users.noreply.github.com> | 2024-07-03 11:39:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-03 11:39:18 -0700 |
| commit | 97dc50882cbc63d7098e95f73f242185c75c226b (patch) | |
| tree | ad0d4eac20567dd6bd0454dc6ad0046143a727c1 /lldb/test/API/python_api/thread/TestThreadAPI.py | |
| parent | 4eecf3c650ea53aa00cae2fe983f95ee6ec6705a (diff) | |
[BOLT] Match functions with name similarity (#95884)
A mapping - from namespace to associated binary functions - is used to
match function profiles to binary based on the
'--name-similarity-function-matching-threshold' flag set edit distance
threshold. The flag is set to 0 (exact name matching) by default as it is
expensive, requiring the processing of all BFs.
Test Plan: Added name-similarity-function-matching.test. On a binary
with 5M functions, rewrite passes took ~520s without the flag and
~2018s with the flag set to 20.
Diffstat (limited to 'lldb/test/API/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions
