-
Notifications
You must be signed in to change notification settings - Fork 63
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
Proposal: faster Bios protocol #270
Comments
Merged
|
Is anyone working on |
I am not working on it right now. |
Closed
The first part of this proposal has been implemented. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the Bios protocol can involve two process calls: one asking for the flags/targets and another asking for the deps. This split means that the Bios program may need to implement some stateful caching in order to respond efficiently to the second request.
The proposal is to merge both calls into a single one using two env vars:
HIE_BIOS_FLAGS
andHIE_BIOS_DEPS
. I would add a third output value, the path to ghc, in an env varHIE_BIOS_GHC_PATH
.The text was updated successfully, but these errors were encountered: