Is there any performance benefit to using .net 4's no-PIA feature?
I understand that there's a开发者_高级运维 deployment benefit to no-PIA, but is there a performance benefit to having the types embedded in the assembly?
It's my understanding this is a deployment feature. You shouldn't see much of a performance difference.
There may be a slight improvement over the time it takes to load the PIA.
精彩评论