CLR Profiler 中的 C++/CLI 混合模式库 - LanguageSupport.Initialize 类型的幸存 GC 句柄
我分析了我在 CLR 分析器中编写的混合模式 C++/CLI 包装器,并发现了许多幸存的 LanguageSupport.Initialize 类型的 GC 句柄,我读了一些关于此的线程 模块初始化程序,但无法说明这是否值得关注。我应该担心吗?
I profiled the mixed mode C++/CLI wrapper I am writing in CLR profiler and found many surviving GC Handles of the type LanguageSupport.Initialize, I read a few threads on this Module Initializer, but couldn't say whether its a cause of concern. Should I be worried ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果这些句柄的数量没有随着时间的推移而增加,那么我认为您无需担心。
If the number of these handles doesn't increase over time, then I don't think you need to worry about it.