Closed
Description
I just took a look at our list of bots and was surprised that the builder lagging behind was the auto-win-msvc-64-opt-mir
builder. Investigating it looks like a MIR bootstrap (--enable-orbit
) is taking about a half hour longer than a normal bootstrap. For example compare:
In the normal case a bootstrap took 58m and the MIR case took 1h22m. The difference is not always quite as drastic, but historically the normal builders are consistently faster than MIR. The discrepancy also exists on the Linux MIR builders, although it's not quite as large as the Windows machines (~15m slower).