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

Figure out a way to get dependency info from GHC more efficiently #2171

Closed
mgsloan opened this issue May 21, 2016 · 1 comment
Closed

Figure out a way to get dependency info from GHC more efficiently #2171

mgsloan opened this issue May 21, 2016 · 1 comment

Comments

@mgsloan
Copy link
Contributor

mgsloan commented May 21, 2016

Currently, we use -ddump-hi. However, the result files can be quite large and I imagine cost quite a bit to synthesize, and time to parse. This is particularly costly when there are lots of inlineable functions.

We may need to add -ddump-deps or something to ghc, which would contain a subset of the interface ddump.

@snoyberg
Copy link
Contributor

Closing in favor of #4545 and #4541

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants