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

Feature: Add incremental builds to the codegen engine #3310

Open
calvincestari opened this issue Jan 4, 2024 · 0 comments
Open

Feature: Add incremental builds to the codegen engine #3310

calvincestari opened this issue Jan 4, 2024 · 0 comments
Labels
codegen Issues related to or arising from code generation feature New addition or enhancement to existing solutions low-priority

Comments

@calvincestari
Copy link
Member

This would allow the codegen execution to take advantage of already built IR or file output that was not affected by any input changes.

It would need:

  • checksum computation of the input to determine what had changed
  • persisted IR to be able to reuse what had already been built in previous executions
@calvincestari calvincestari added feature New addition or enhancement to existing solutions codegen Issues related to or arising from code generation low-priority labels Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codegen Issues related to or arising from code generation feature New addition or enhancement to existing solutions low-priority
Projects
None yet
Development

No branches or pull requests

1 participant