[all-commits] [llvm/llvm-project] d5235e: [BOLT][DWARF] Fix performance regression running B...
Alexander Yermolovich via All-commits
all-commits at lists.llvm.org
Thu Jul 20 11:48:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5235e53466cd77e67ec16519263499ab8d6161d
https://github.com/llvm/llvm-project/commit/d5235e53466cd77e67ec16519263499ab8d6161d
Author: Alexander Yermolovich <ayermolo at meta.com>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M bolt/lib/Core/DebugData.cpp
Log Message:
-----------
[BOLT][DWARF] Fix performance regression running BOLT on binaries build with DWARF4
In one of the previous diffs LocBuffer was changed to pass by value. This lead to
performance regression running BOLT on binaries with DWARF4 split dwarf.
Reviewed By: maksfb
Differential Revision: https://reviews.llvm.org/D155763
More information about the All-commits
mailing list