But also read these 400 articles to understand our GC. If you are lucky, we will let you change 3 settings.
What .NET 10 GC changes mean for developers
11–20 of 253 posts
Re: What .NET 10 GC changes mean for developers
#12Are you now allowed to benchmark the .Net runtime / GC? Edit: Looks like you are allowed to benchmark the runtime now. I was able to locate an ancient EULA which forbade this (see section 3.4): https://download.microsoft.com/documents/useterms/visual%20s... > You may not disclose the results of any benchmark test of the .NET Framework component of the Software to any third party without Microsoft’s prior written appr…
...Were you not before?
Re: What .NET 10 GC changes mean for developers
#13Use managed language, it will handle memory stuff for you, you don’t have to care. But also read these 400 articles to understand our GC. If you are lucky, we will let you change 3 settings.
Re: What .NET 10 GC changes mean for developers
#14Re: What .NET 10 GC changes mean for developers
#15Are you now allowed to benchmark the .Net runtime / GC? Edit: Looks like you are allowed to benchmark the runtime now. I was able to locate an ancient EULA which forbade this (see section 3.4): https://download.microsoft.com/documents/useterms/visual%20s... > You may not disclose the results of any benchmark test of the .NET Framework component of the Software to any third party without Microsoft’s prior written appr…
Re: What .NET 10 GC changes mean for developers
#16Interesting, I mostly work in JVM, and am always impressed how much more advanced feature-wise the .NET runtime is. Won't this potentially cause stack overflows in programs that ran fine in older versions though?
Re: What .NET 10 GC changes mean for developers
#17Re: What .NET 10 GC changes mean for developers
#18Earlier quoted context omitted.
...Were you not before?
IIRC the EULA forbids it. This is why you don't see .net v/s Java GC comparisons for example.
https://benchmarksgame-team.pages.debian.net/benchmarksgame/...
Re: What .NET 10 GC changes mean for developers
#19Are you now allowed to benchmark the .Net runtime / GC? Edit: Looks like you are allowed to benchmark the runtime now. I was able to locate an ancient EULA which forbade this (see section 3.4): https://download.microsoft.com/documents/useterms/visual%20s... > You may not disclose the results of any benchmark test of the .NET Framework component of the Software to any third party without Microsoft’s prior written appr…
> Publishing SQL Server benchmarks without prior written approval from Microsoft is generally prohibited by the standard licensing agreements.
Re: What .NET 10 GC changes mean for developers
#20Use managed language, it will handle memory stuff for you, you don’t have to care. But also read these 400 articles to understand our GC. If you are lucky, we will let you change 3 settings.