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

Reflect the input file hash when building the library #123

Open
kekyo opened this issue Jun 6, 2022 · 0 comments
Open

Reflect the input file hash when building the library #123

kekyo opened this issue Jun 6, 2022 · 0 comments

Comments

@kekyo
Copy link
Owner

kekyo commented Jun 6, 2022

It should be implemented to speed up the build process.
All source code converted by IL2C is overwritten, so it is judged by hash value, not by timestamp.

  • At present, the time required for conversion is negligible, and it is acceptable to convert everything every time.
  • Judgment is made at compiler runtime to avoid unnecessary processing.
  • Re-execute all compilation when headers (*.h) have been changed.
  • Due to the above, MSBuild scripts cannot achieve this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant