[PATCH] D107875: [DWARF] Add findAttribute to DWARFAbbreviationDeclaration

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 11 09:14:42 PDT 2021


ayermolo added a comment.

Some profiling of an internal service:
llvm-dwarfdump --debug-abbrev
Internal service

[46] .debug_abbrev     PROGBITS        0000000000000000 11f847d18 11698d3 00      0   0  1
0:03.31 real,	2.98 user,	0.32 sys,	0 amem,	408924 mmem

BASE
0:03.11 real,	2.85 user,	0.25 sys,	0 amem,	308392 mmem

I tried on clang-14 but it was too noisy.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107875



More information about the llvm-commits mailing list