|
|
|
|
|
by AlotOfReading
841 days ago
|
|
Reproducibility is an entirely unrelated issue. The same compiler can produce different assembly for the same code depending on the surrounding context, or any number of other reasons. A reproducible build just means that you'll get the same binary each time you build it. Furthermore, the same generated assembly can produce different results each time it's run, as data races do. In that case, the only "definition" comes down to the essentially unknowable physical state of the system. |
|
No, reproducibility is about having a defined output for a given source code and toolchain.