[libcxx-commits] [PATCH] D150300: [libc++][WIP] Try disabling transitive includes in all configurations to see impact on CI times

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 15 10:11:38 PDT 2023


ldionne added a comment.

Actually here's a breakdown of the timings and improvement for that CI run:

          Before change (s)   After change (s)    speedup
  C++03   242                 224                 8 %
  C++11   316                 275                 14.9%
  C++14   351                 284                 23.5%
  C++17   391                 335                 16.7%
  C++20   650                 521                 24.7%


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150300



More information about the libcxx-commits mailing list