vote up 5 vote down star
1

Is there any change in .Net 4.0 garbage collector execution?

flag

46% accept rate

4 Answers

vote up 1 vote down

There is also AppDomainResourceManager feature, which allows you to track resource usage ( Memory and CPU ) per appdomain. the GC part of this feature is the ability to get per appdomain memory tracking.

link|flag
vote up 1 vote down

There's also an ephemeron implemenation using a new class called System.Runtime.CompilerServices.ConditionalWeakTable which is detailed here.

This is useful for collecting dynamic languages which allow setting arbitary "properties" on arbitrary instances.

link|flag
vote up 1 vote down

Hi there.

Also, check out the blog of the developer who works on the GC, where there is an article about the new GC, plus a link to a Channel 9 interview regarding the .NET 4.0 GC.

Cheers. Jas.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.