Hacker News new | ask | show | jobs
by e12e 2051 days ago
> It has been working since then and introducing a new compiler would change the binary generated

Surely making a code change and recompiling would also change the binary?

1 comments

True, I didn't mean that the entire binary is the same, but since most of the compilation units remain untouched, they are compiled to the same machine code. Fixing a bug or introducing a small new change is one thing, but compiling the entire codebase with a different compiler would change everything