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

Custom IWindowNative for ILTrimming #1212

Merged
merged 7 commits into from
Jun 30, 2022
Merged

Custom IWindowNative for ILTrimming #1212

merged 7 commits into from
Jun 30, 2022

Conversation

j0shuams
Copy link
Contributor

@j0shuams j0shuams commented Jun 29, 2022

To support ILTrimming, we need to remove our dependency on ComImport for IWindowNative and IInitializeWithWindow. By replacing them with custom projections, we become trimmable. We should see some perf gains from this change because we do not require IDIC anymore (.As<IWindowNative>()), and the ComImport itself probably had some overhead.

@j0shuams j0shuams requested a review from manodasanW June 29, 2022 16:27
@j0shuams j0shuams merged commit 9304504 into master Jun 30, 2022
@j0shuams j0shuams deleted the jlarkin/windownative branch June 30, 2022 05:38
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