Vlad Zarytovskii
Vlad Zarytovskii
More info: https://github.com/dotnet/fsharp/pull/13666
After moving to the .NET 7 for builds, dotnet/fsc (via buildscripts) consumes much more memory (20+Gb). This affects our CI too, apparently (build times out sometimes). cc @KevinRansom
We need to come up with reliable FCS benchmarks, and run them as part of `dotnet/performance`, ideally every release (on every signed build for current release branch). Some ideas for...
[Language Suggestion](https://github.com/fsharp/fslang-suggestions/issues/1143)
During a compiler debugging session with @dsyme, we've identified a few points which need improvements: - `reqdTy` (may `TType` instances) is showed as `solved` with no information, show solution when...
We should consider adding both managed and native mibc/profiles for `fsc` and `fsi`: - Come up with both FSC and FSI scenarios for profile generation, add them to `dotnet-optimization` (@EgorBo...