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

Improve transpilation performance #74

Open
jgrosso opened this issue Nov 5, 2019 · 0 comments
Open

Improve transpilation performance #74

jgrosso opened this issue Nov 5, 2019 · 0 comments
Assignees
Labels
performance Anything related to the performance of the Axel compiler.

Comments

@jgrosso
Copy link
Collaborator

jgrosso commented Nov 5, 2019

Transpilation is currently pretty slow, especially because of the many round-trips necessary when making roundtrips from ghcid. I should investigate ways to speed up this process, if possible. (It's worth noting that, as far as I can tell, profiling is particularly difficult in this case due to ghcid's multithreadedness.)
Would using the GHC API directly (e.g. via ghc-lib) improve performance? (That is, how much overhead does GHCi(d) have?)

@jgrosso jgrosso added the performance Anything related to the performance of the Axel compiler. label Nov 5, 2019
@jgrosso jgrosso self-assigned this Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Anything related to the performance of the Axel compiler.
Projects
None yet
Development

No branches or pull requests

1 participant