[PATCH] D159471: [DWARFVerifier] Allow ObjectiveC names in dwarf_debug tables

Felipe de Azevedo Piovezan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 08:31:41 PDT 2023


fdeazeve added a comment.

Just to register in case there are any concerns with performance here, I built Clang in Debug, generated a dsym with `dsymutil build_Debug/bin/clang --accelerator Dwarf` and measured the time it takes to verify it: ` build_Release/bin/llvm-dwarfdump --verify build_Debug/bin/clang.dSYM`

  Baseline:
    Time (mean ± σ):     51.624 s ±  0.772 s    [User: 50.222 s, System: 1.381 s]
    Range (min … max):   50.867 s … 53.138 s    10 runs
  With Patch:
    Time (mean ± σ):     50.941 s ±  0.090 s    [User: 49.561 s, System: 1.342 s]
    Range (min … max):   50.808 s … 51.075 s    10 runs


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159471



More information about the llvm-commits mailing list