[PATCH] D77144: [NFC] Remove waymarking because it improves performances

Tyker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 08:49:29 PDT 2020


Tyker added a comment.

In D77144#1952618 <https://reviews.llvm.org/D77144#1952618>, @lebedev.ri wrote:

> Why did `instructions_count` metric change?


the instructions_count metric is the number of instruction the compiler executed when building the code not the number of instruction in the resulting binary.
i added it because it is usually close to compile time but has less noise.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77144





More information about the llvm-commits mailing list