|
|
|
|
|
by pjmlp
39 days ago
|
|
Because compilers are only deterministic when using ahead of time compilation, without profiling data, and always the same set of compiler flags. Introduce dynamic compilation, profiling data, optimization passes, multiple implementations, ML driven heuristics, and getting deterministic Assembly output from a compiler starts to get harder to achieve. |
|
I just don't think comparing with compilers is a good argument.