slow load and typecheck

Brandon Allbery allbery.b at gmail.com
Tue Oct 8 15:06:17 UTC 2019


If they are loading each other, they likewise need .hi files. .o files are
optional if you aren't linking them.

On Tue, Oct 8, 2019 at 10:59 AM Sam Halliday <sam.halliday at gmail.com> wrote:

> Brandon Allbery <allbery.b at gmail.com> writes:
>
> > you really do want those .hi files, otherwise it must compile the
> > dependency module to generate one.
>
> Right, exactly! But I thought that's what targetAllowObjCode=True was
> doing, is it not? Is there another setting that I'm missing?
>
> Should I use that for all my modules and not just the dependencies?
>
> --
> Best regards,
> Sam
>


-- 
brandon s allbery kf8nh
allbery.b at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20191008/5a6d4e38/attachment.html>


More information about the ghc-devs mailing list