Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CCW vtable logic from ABI interfaces which don't need them #1216

Merged
merged 3 commits into from
Jul 11, 2022

Conversation

manodasanW
Copy link
Member

Today we generate the CCW vtable logic for all interfaces. But we really only need them for non-exclusive interfaces that can be implemented by managed objects, C# authored interfaces, and overridable exclusive interfaces on unsealed types. For all the other interfaces (exclusive interfaces that aren't overridable), we do not need to generate the CCW vtable logic which can result in DLL size reductions.

…faces unless they are overridable as we do not generate CCW for them.
@manodasanW manodasanW merged commit 58796c9 into master Jul 11, 2022
@manodasanW manodasanW deleted the manodasanw/abiinterfaceccw branch July 11, 2022 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants