-
Notifications
You must be signed in to change notification settings - Fork 49
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
Coq 8.13 and coq-native #60
Comments
OK, I will do this. On which platforms is Coq-native expected to work? I think on Windows it should also work if one uses the cygwin/opam based from source variant which includes opam. |
All of them. It seems it is slow on osx (the loader is slow), so I guess it should contain a generic warning that compilation time for .v files may increase (but you get fast native_compute). |
To be tested in the installers, which don't ship ocamlc. It should work with at most a warning. |
@gares : I am reviewing old issues ... I have two questions / thoughts on this:
|
I think you would need to install it upfront, even before installing coq. Brainstoming: what about telling power users needing the feature to edit the package selection file and add coq-native upfront? |
What about having a question asking users if they want the pro or basic mode and showing very few questions to users of the latter? |
Triage note: planned for the 8.20 release. |
Since Coq 8.13 CEP 48 is implemented.
In short, when the (empty) package
coq-native
is installed, coq is configured to pre compile stuff fornative_compute
.We should be asking the question in the platform scripts (and provide a -coq-native=[y/n] option).
The text was updated successfully, but these errors were encountered: