Garbage collection in .Net 4.0

后端 未结 5 1019
滥情空心
滥情空心 2021-02-07 04:27

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

5条回答
  •  野性不改
    2021-02-07 04:34

    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.

提交回复
热议问题