logoalt Hacker News

AndyKelleylast Thursday at 10:09 PM1 replyview on HN

The 331ms time is mostly uncached. In this case the build script was already cached (must be re-done if the build script is edited), and compiler_rt was already cached (must be done exactly once per target; almost never rebuilt).


Replies

nicoburnslast Thursday at 10:16 PM

Impressive!