子 AppDomain 中的 LINQ
有人知道为什么 LINQ 表达式的 JIT 编译在子 AppDomain 中比在默认 AppDomain 中花费更多时间吗?长达 4 倍。
Do anybody have an idea, why JIT compilation of a LINQ expression takes more time in child AppDomain then in the default AppDomain? Up to 4 times longer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然没有实际的分析,我只能做出以下猜测
While without actual profiling I can only make the following guesses