-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add support for profiled builds #15
Comments
cc @mboes |
@erikd is trying to get this code into GHC proper. This is being discussed at https://phabricator.haskell.org/D3055, so maybe raise your point there too.
I’m not completely certain on all the details. Probably just a way of detecting that we are using profiling, and adjusting to the different closure layout. |
The idea of adding Currently, |
I'm only using the |
Since the code has now been merged into GHC and this package now depends on it, can the check be removed now or is there any other problems for profiled builds? |
I actually don't know. You could try :-) |
The package
inline-java
is usingghc-heap-view
to discern the types of someConsClosure
values which types are otherwise ignored at runtime.This is likely to change soon, but in the meantime, the dependency on
ghc-heap-view
prevents any user ofinline-java
to make profiled builds.What's involved in making
ghc-heap-view
work with the profiling RTS?The text was updated successfully, but these errors were encountered: