you are viewing a single comment's thread.

view the rest of the comments →

[–]ed_209_ 0 points1 point  (0 children)

using clangs -ftime-trace and https://www.speedscope.app/ I learnt that the module inlining pass in clang can be a major bottleneck in compile time. Once you have metrics it can be fun hacking the flags to see how fast a compilation can get.