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

Smart re-compilation #62

Open
finger563 opened this issue Apr 12, 2016 · 2 comments
Open

Smart re-compilation #62

finger563 opened this issue Apr 12, 2016 · 2 comments

Comments

@finger563
Copy link
Member

Don't recompile (even if the user asks) unless the model or code have changed. If not all architectures have binaries, or if the software model has changed, only then start recompilation process. Otherwise simply use previously created binaries.

@finger563
Copy link
Member Author

Should be able to use commit hash stored in meta-data.json and compare to current commit hash at least.

@finger563
Copy link
Member Author

Doing smart re-compilation is a little too hard at the moment, since it requires keeping track of attribute changes to code-related objects. Could possibly be handled by an add-on in the future that interacts with an executor.

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