History log of /llvm-project/bolt/test/X86/hashing-based-function-matching.test (Results 1 – 3 of 3)
Revision Date Author Comments
# 49fdbbcf 30-Jun-2024 Shaw Young <58664393+shawbyoung@users.noreply.github.com>

[BOLT] Match functions with exact hash (#96572)

Added flag '--match-profile-with-function-hash' to match functions
based on exact hash. After identical and LTO name matching, more
functions can

[BOLT] Match functions with exact hash (#96572)

Added flag '--match-profile-with-function-hash' to match functions
based on exact hash. After identical and LTO name matching, more
functions can be recovered for inference with exact hash, in the case
of function renaming with no functional changes. Collisions are
possible in the unlikely case where multiple functions share the same
exact hash. The flag is off by default as it requires the processing of
all binary functions and subsequently is expensive.

Test Plan: added hashing-based-function-matching.test.

show more ...


# bb5ab1ff 24-Jun-2024 shawbyoung <shawbyoung@gmail.com>

[������] initial version

Created using spr 1.3.4


# 5e097c79 24-Jun-2024 shaw young <58664393+shawbyoung@users.noreply.github.com>

[BOLT] Hash-based function matching (#95821)

Using the hashes of binary and profiled functions
to recover functions with changed names.

Test Plan: added
hashing-based-function-matching.test.