You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.
Alan Zimmerman edited this page Oct 10, 2015
·
1 revision
At the moment ghc-mod merges all the options from the various targets into one, which is then cached against each target.
Something to consider is that the ModSummary produced by GHC depanal contains the DynFlags used to load that module, which are then used when it is loaded.
So if depanal can be run, all that needs to be stored is the ModSummary info. Maybe.