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

Lessen stateful Zinc overhead #102

Open
pauldraper opened this issue Sep 10, 2018 · 0 comments
Open

Lessen stateful Zinc overhead #102

pauldraper opened this issue Sep 10, 2018 · 0 comments

Comments

@pauldraper
Copy link
Contributor

pauldraper commented Sep 10, 2018

Stateful incremental Zinc is disabled by default. However, there still extra work being done just because it is an option. E.g. unpacking upstream JARs.

There should be a choice between two modes (probably toolchains).

(a) Stateless. Does not unpack JARs, etc.

(b) Stateful-optional. Does unpack JARs, etc. Can use prior state if the --persistent_dir flag is specified.

These two modes would produce different outputs and so would not share cache hits between them. (Though within the mode, they would share cache hits.)

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