logoalt Hacker News

jcranmeryesterday at 4:20 AM0 repliesview on HN

Compilers aim to be fully deterministic. The biggest source of nondeterminism when building software isn't the compiler itself, but build systems invoking the compiler nondeterministically (because iterating the files in a directory isn't necessarily deterministic across different machines).