diff options
author | Hongtao Yu <hoy@fb.com> | 2021-11-11 09:52:41 -0800 |
---|---|---|
committer | Hongtao Yu <hoy@fb.com> | 2021-11-16 11:01:52 -0800 |
commit | 042cefd2b5c7d6457ffde5a83a0464bc740b2e42 (patch) | |
tree | 829a387b93edbfc7620d853e97d7d72ecf90985f /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h | |
parent | 4c484f11d355e4293f7b245a9330f0a1e89630ac (diff) | |
download | llvm-042cefd2b5c7d6457ffde5a83a0464bc740b2e42.zip llvm-042cefd2b5c7d6457ffde5a83a0464bc740b2e42.tar.gz llvm-042cefd2b5c7d6457ffde5a83a0464bc740b2e42.tar.bz2 |
[CSSPGO] Fix a hash code truncating issue in ContextTrieNode.
std::hash returns a 64bit hash code while previously we were using only lower 32 bits which caused hash collision for large workloads.
Reviewed By: wenlei, wlei
Differential Revision: https://reviews.llvm.org/D113688
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h')
0 files changed, 0 insertions, 0 deletions