[PATCH] D78672: [Debuginfo] Remove redundand variable from getAttributeValue()

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 23 12:28:34 PDT 2020


clayborg added a comment.

Thinking from the compiler side: it would be really cool if the compiler could emit all variable sized DWARF attributes at the end of each DIE to maximize how many constant attribute values accesses we could do (if we implement the O(1) access to the value perf optimization in the debug info).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78672





More information about the llvm-commits mailing list