[PATCH] D152631: [BOLT] Fix handling of code references from unmodified code

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 10:26:25 PDT 2023


Amir added a comment.

In D152631#4414459 <https://reviews.llvm.org/D152631#4414459>, @maksfb wrote:

> I looked at the output of the NFC script and didn't see any warning. Do you have an example of such a warning? I did a manual measurement on a large service and didn't notice any difference in runtime though.

By default the script produces `timing.log` in cwd with output from `time -f %e %M`, that is, seconds and max rss in Kb, for sides A and B.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152631



More information about the llvm-commits mailing list