M
Mark McIntyre
What do you mean by "stable"? Obviously the exact same copy of the
compiler is likely to produce the same code tomorrow as today.
Even this isn't guaranteed. Consider hardware that has parallel
execution pipelines, and today, only one is available but tomorrow,
two are. You could easily get two different sets of results.
For example, trivial changes to the surrounding code might change the
registers available,
Or, more likely, other applications running on the same machine..