Closed alexinea closed 3 years ago
1、GetReadOnlyStaticMetadataScript 等逻辑重新遍历了字典,可以放到初始化函数内构建。
2、可以使用 private readonly static 进行构建,使用 "str".ReadonlyScript() = "xx";
3、CallMangement 目前暂无使用;
4、List
We can analyze the performance improvement of RuntimeProxyType cache in CallerManagement. What needs attention here is the consumption of concurrent dictionary in retrieval.
It seems that the closed PR cannot be traced to subsequent cimmit records. Is is a pity.
It seems that the closed PR cannot be traced to subsequent cimmit records. Is is a pity.
I found that the closed PR can still be traced to subsequent cimmits records. I'll reopen this PR...
About the 3rd point. What is the purpose of CallMangement? If the RuntimeProxyType is cached in it, will the performance consumption of TryGetRuntimeType
be greater than rebuilding a new RuntimeProxyType?
10