Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant