Are compilers deterministic?
created: Feb. 22, 2026, 12:21 a.m. | updated: Feb. 22, 2026, 2:29 a.m.
Are Compilers Deterministic?
There’s a computer science answer and an engineering answer.
The computer science answer: a compiler is deterministic as a function of its full input state.
Engineering answer: most real builds do not control the full input state, so outputs drift.
So “compilers are deterministic” is often true in a theorem sense and false in an operational sense.
8 hours, 16 minutes ago: Hacker News