[PATCH] D148868: [llvm-profdata] ProfileReader cleanup - preparation for MD5 refactoring

William Junda Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 18:33:16 PDT 2023


huangjd added a comment.

Pushing the MD5 name handling logic up to the base class trades a virtual function call (doesn't seem like being de-virtualized) with a branch, and does lead to a very slight speed improvement on our benchmarking suite.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148868



More information about the llvm-commits mailing list