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

Unmarshaled COM 'interface' struct trimmability #706

Merged
merged 2 commits into from
Oct 4, 2022
Merged

Unmarshaled COM 'interface' struct trimmability #706

merged 2 commits into from
Oct 4, 2022

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    da0665e View commit details
    Browse the repository at this point in the history
  2. Generate more trimmable COM "interface" structs

    In particular, while we *may* still generate the vtbl struct itself, we don't use it. Instead, each method directly indexes into the v-table and casts the pointer to the unmanaged delegate type and invokes it.
    
    Closes #668
    AArnott committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    fef79ae View commit details
    Browse the repository at this point in the history