<div dir="ltr"><div><div><div>I unfortunately don't have time to pare it down to a small example, but fortunately I found that the latest HList on Hackage exhibits the same approximate behavior.<br><br></div>When building the tests for HList-0.4.1.0, on 7.10.2 the module `Properties.LengthDependentSplice` (<a href="http://hackage.haskell.org/package/HList-0.4.1.0/src/examples/Properties/LengthDependentSplice.hs">http://hackage.haskell.org/package/HList-0.4.1.0/src/examples/Properties/LengthDependentSplice.hs</a>) takes 2m30secs to compile. The same file takes ~50secs on 7.8.4.<br><br></div>Thanks!<br></div>-deech<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 30, 2015 at 6:22 PM, David Kraeutmann <span dir="ltr"><<a href="mailto:kane@kane.cx" target="_blank">kane@kane.cx</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Can you post a minimal example that exhibits the compile time increase?<br>
<div><div class="h5"><br>
On Thu, Oct 1, 2015 at 12:25 AM, aditya siram <<a href="mailto:aditya.siram@gmail.com">aditya.siram@gmail.com</a>> wrote:<br>
> I'm not using any -O* flags and I'm not using Template Haskell. Not sure if<br>
> this means anything but I do have the context-stack set to 220.<br>
><br>
> Thanks!<br>
> -deech<br>
><br>
> On Wed, Sep 30, 2015 at 8:47 AM, Carter Schonwald<br>
> <<a href="mailto:carter.schonwald@gmail.com">carter.schonwald@gmail.com</a>> wrote:<br>
>><br>
>> Have you checked how changing the optimization level affects build times?<br>
>> Are you using template Haskell?<br>
>><br>
>><br>
>> On Tuesday, September 29, 2015, aditya siram <<a href="mailto:aditya.siram@gmail.com">aditya.siram@gmail.com</a>><br>
>> wrote:<br>
>>><br>
>>> Hi all,<br>
>>> Since upgrading to 7.10.2 from 7.8.4 I'm seeing a significant increase in<br>
>>> compilation time. I understand this is a known issue but since I'm seeing<br>
>>> something like a 3x slowdown but not across the board, I thought I'd ask.<br>
>>><br>
>>> Compilation time for the library I'm writing has remained about the same.<br>
>>> I am seeing the slowdown when compiling executables that use the library.<br>
>>> There are no other dependencies except base so I'm guessing it something in<br>
>>> my library causing the issue.<br>
>>><br>
>>> I lean heavily on the FFI, OverlappingInstances and HList style<br>
>>> programming in my library which leads me to believe that one of these is<br>
>>> causing it. I am seeing no difference in compilation speeds by adding the<br>
>>> per instance OVERLAPPING pragmas.<br>
>>><br>
>>> Can anyone advise or instruct me on how to profile the compiler?<br>
>>><br>
>>> Thanks!<br>
>>> -deech<br>
>>><br>
>>><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Haskell-Cafe mailing list<br>
> <a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
> <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
><br>
</blockquote></div><br></div>