Closed. This question is opinion-based. It is not currently accepting answers. 开发者_C百科 Want to improve this question? Update the question so it can be answered with facts and citations
I\'m creating some kind of auction application, and I have to decide what is the most optimize way for this problem. I\'m using BL Toolkit as my OR Mapper (It have nice Linq support) and ASP.NET MVC 2
I was wondering if there is a possible optimization where the compiler does not need to assign a vptr to an instantiated object even though the object\'s type is a class with virtual methods.