fsharp
fsharp copied to clipboard
Change realSig to be `false` by default
This changes the default of realSig to be false until https://github.com/dotnet/fsharp/issues/17607 is resolved. Once a fix for https://github.com/dotnet/fsharp/issues/17607 is in place, it can change the default back to true.
With current state, compiled code could experience performance degradation at runtime.
:warning: Release notes required, but author opted out
[!WARNING] Author opted out of release notes, check is disabled for this pull request. cc @dotnet/fsharp-team-msft
Thanks, it's crucial we ship no known optimiser degradation. It might be too late for rc1 though, but rc2 should be fine.