[PATCH] D126059: [Debuginfo][DWARF][NFC] Add paired methods working with DWARFDebugInfoEntry.

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 12:03:08 PDT 2022


avl added a comment.

In D126059#3529762 <https://reviews.llvm.org/D126059#3529762>, @dblaikie wrote:

> You mention performance concerns - even in an optimized build?

yes, the performance improvement could be achieved even in an optimized build.

> What sort of performance data do you have?

When I replaced ~50% usages of DWARFDie with DWARFDebugInfoEntry for D96035 <https://reviews.llvm.org/D96035> I got 1-2% improvement.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126059/new/

https://reviews.llvm.org/D126059



More information about the llvm-commits mailing list