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

Consider askin users to add <winrt/RootNamespace.h to pch.h to see if it speeds up compilation #99

Open
roxk opened this issue Mar 28, 2024 · 0 comments

Comments

@roxk
Copy link
Owner

roxk commented Mar 28, 2024

Observation:

  1. Editing idl always re-compile everything
  2. Editing .h always re-generated .idl, if necessary (is this true? Worth optimize for)
  3. Each .h always reference <winrt/RootNamespace.h>
  4. From (1) and (2), edit .h always re-compile pch.h
  5. From (1) and (3), edit .h always recompile root namespace projection per .h file

It should be clear that if we add root namespace projection in pch, we could save some time for each .h file when genearting idl.

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

No branches or pull requests

1 participant