The performance dashboard shows several regressions with the same culprit. Look for entries that say "change at fc81405".
Digging further, there are actually three commits between the previous good run and the bad run:
https://go.googlesource.com/go/+log/b419db6c15519a29ff3d7d2e56d8f115204f8c5d..fc814056aae191f61f46bef5be6e29ee3dc09b89
My gut says that the scheduling pass CL is most likely to cause regressions (cc @randall77).
The full set of regressions I see:
cc @golang/compiler
The performance dashboard shows several regressions with the same culprit. Look for entries that say "change at fc81405".
Digging further, there are actually three commits between the previous good run and the bad run:
https://go.googlesource.com/go/+log/b419db6c15519a29ff3d7d2e56d8f115204f8c5d..fc814056aae191f61f46bef5be6e29ee3dc09b89
My gut says that the scheduling pass CL is most likely to cause regressions (cc @randall77).
The full set of regressions I see:
v0.9.3v0.0.0-20180603041446-333f0593be06v0.9.3v1.9.0v1.10.9cc @golang/compiler