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

Support -opaque #497

Closed
rgrinberg opened this issue Feb 7, 2018 · 2 comments
Closed

Support -opaque #497

rgrinberg opened this issue Feb 7, 2018 · 2 comments

Comments

@rgrinberg
Copy link
Member

Compiling cmx's with -opaque increases the effectiveness of incremental compilation at the expense of the quality of the generated code:

  -opaque  Does not generate cross-module optimization information
     (reduces necessary recompilation on module change)

dune should allow users to make this trade-off.

We're not entirely sure if passing the flag is enough, and if we also need to hide the module [1].

cc @talex5 who requested this feature

[1] #489 (comment)

@emillon
Copy link
Collaborator

emillon commented Aug 6, 2018

Can this be closed now that #1079 has been merged or is hiding still relevant?

@rgrinberg
Copy link
Member Author

Yup, this can be closed as well.

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

2 participants