[PATCH] D62234: Copy symbol length when we replace a symbol.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 00:12:57 PDT 2019


ruiu added a comment.

It is definitely a win at least for local symbols. For local symbols, we store pointers to the beginning of symbol names, but oftentime we ended up not having to compute their sizes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62234





More information about the llvm-commits mailing list