You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testPickling pickled directories recursively. It seems this was unintentional
as it caused testPickling to test most files of the dotty compiler three times,
including two runs where basically the whole compiler was tested together. This
was very slow as pickling (and retaining pickled info) caused very high memory pressure.
We now compile root compiler directories non-recursively.
0 commit comments