NET GC part 3
YOUR LINK HERE:
http://youtube.com/watch?v=CbAX6T1t774
So far we talked about how a GC heap comes into existence and the implications of having a generational GC. A natural question would be how is a GC triggered and what generation is it gonna be? . In this video let's take a look at a super simple example that just allocates pure temporary objects. • • If you are not familiar with PerfView which is the tool I used in this video to collect GC info, please start with the following blog entries - • • https://devblogs.microsoft.com/dotnet... • https://devblogs.microsoft.com/dotnet...
#############################
