[libcxx-commits] [PATCH] D103583: [libcxx][gardening] Move all algorithms into their own headers.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 2 20:49:09 PDT 2021


Quuxplusone added a comment.

Not a blocker, but just for curiosity's sake, could you run `graph_header_deps.py` before and after this patch and upload the images somewhere?
`libcxx/utils/graph_header_deps.py | dot -Tpng > coolgraph.png`
We expect the graph to get vastly more dotty-and-liney, but //maybe// less bottlenecky? It'd be interesting to look at, anyway.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103583



More information about the libcxx-commits mailing list