<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Indeed, it's a lot faster with these flags, thanks for the tip!<div class=""><br class=""></div><div class="">Best,</div><div class="">Csongor<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 7 Jun 2018, at 16:47, Simon Marlow <<a href="mailto:marlowsd@gmail.com" class="">marlowsd@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">For loading large amounts of code into GHCi, you want to add -j<n> +RTS -A128m where <n> is the number of cores on your machine. We've found that parallel compilation works really well in GHCi provided you use a nice large allocation area for the GC. This dramatically speeds up working with large numbers of modules in GHCi. (500 is small!)</div><div class=""><br class=""></div><div class="">Cheers</div><div class="">Simon<br class=""></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On 30 May 2018 at 21:43, Matthew Pickering <span dir="ltr" class=""><<a href="mailto:matthewtpickering@gmail.com" target="_blank" class="">matthewtpickering@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br class="">
<br class="">
Csongor has informed me that he has worked out how to load GHC into<br class="">
GHCi which can then be used with ghcid for a more interactive<br class="">
development experience.<br class="">
<br class="">
1. Put this .ghci file in compiler/<br class="">
<br class="">
<a href="https://gist.github.com/mpickering/73749e7783f40cc762fec171b879704c" rel="noreferrer" target="_blank" class="">https://gist.github.com/<wbr class="">mpickering/<wbr class="">73749e7783f40cc762fec171b87970<wbr class="">4c</a><br class="">
<br class="">
2. Run "../inplace/bin/ghc-stage2 --interactive -odir tmp -hidir tmp"<br class="">
from inside compiler/<br class="">
<br class="">
It may take a while and require a little bit of memory but in the end<br class="">
all 500 or so modules will be loaded.<br class="">
<br class="">
It can also be used with ghcid.<br class="">
<br class="">
ghcid -c "../inplace/bin/ghc-stage2 --interactive -odir tmp -hidir tmp"<br class="">
<br class="">
Hopefully someone who has more RAM than I.<br class="">
<br class="">
Can anyone suggest the suitable place on the wiki for this information?<br class="">
<br class="">
Cheers,<br class="">
<br class="">
Matt<br class="">
______________________________<wbr class="">_________________<br class="">
ghc-devs mailing list<br class="">
<a href="mailto:ghc-devs@haskell.org" class="">ghc-devs@haskell.org</a><br class="">
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank" class="">http://mail.haskell.org/cgi-<wbr class="">bin/mailman/listinfo/ghc-devs</a><br class="">
</blockquote></div><br class=""></div></div>
</div></blockquote></div><br class=""></div></body></html>