[libcxx-commits] [PATCH] D99307: [libc++] Eliminate <compare>'s dependency on <array>

Noel Grandin via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 25 03:06:21 PDT 2021


grandinj added a comment.

> According to "graph_header_deps.py", this also removes <compare>'s dependencies on everything-except-type-traits, and drops its cumulative cost from ~40KLOC to ~8KLOC.

Perhaps the output of this should be generated by the build, and committed to git, so it becomes obvious in a given commit when it changes drastically?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99307



More information about the libcxx-commits mailing list