<div dir="ltr">Hi Ben,<div><br></div><div>this is great news! I'm particularly keen on learning more about two points you mentioned in your email:</div><div><br></div><div>* Compiler performance: do you have any numbers to quantify what 8.0 vs 8.2 is likely to look like? How much has the work that's been done affect performance across the board? Or are these mostly pathological cases (e.g. ghc --make with high number of cores, large number of definitions in a module, large amount of let nesting in definitions, etc)</div><div>* DWARF support: could you clarify at a very high-level what typical uses cases can be expected to work and which ones won't? Would be eager to read any resources you could point me at to help me understand what still needs to be done on this front.</div><div><br></div><div>Many thanks,</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">--<br>Mathieu Boespflug<br>Founder at <a href="http://tweag.io" target="_blank">http://tweag.io</a>.</div></div>
<br><div class="gmail_quote">On 10 April 2017 at 05:50, Ben Gamari <span dir="ltr"><<a href="mailto:ben@well-typed.com" target="_blank">ben@well-typed.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hello everyone,<br>
<br>
The GHC team is very pleased to announce the first candidate of the<br>
8.2.1 release of the Glasgow Haskell Compiler. Source and binary<br>
distributions are available at<br>
<br>
    <a href="https://downloads.haskell.org/~ghc/8.2.1-rc1/" rel="noreferrer" target="_blank">https://downloads.haskell.org/<wbr>~ghc/8.2.1-rc1/</a><br>
<br>
This is the first of a few release candidates leading up the final 8.2.1<br>
release. This release will feature,<br>
<br>
  * A new type-indexed Typeable implementation<br>
<br>
  * The long awaited Backpack<br>
<br>
  * Deriving strategies for disambiguating DeriveAnyClass,<br>
    GeneralizedNewtypeDeriving, and stock mechanisms<br>
<br>
  * Overloaded record fields<br>
<br>
  * Improved compiler performance<br>
<br>
  * Better code generation through more robust tracking of join points<br>
<br>
  * Compact regions for more efficient garbage collection and serialization<br>
<br>
  * Better support for machines with non-uniform memory architectures<br>
<br>
  * More robust support for levity (e.g. RuntimeRep) polymorphism<br>
<br>
  * A simple interface for streaming eventlog data from live processes<br>
<br>
  * Further refinement of DWARF support<br>
<br>
Unfortunately there are still a few known issues in this release,<br>
including a few compiler panics (#13233, #13509) and a memory leak in<br>
the simplifier (#13426) which may adversely affect heap sizes and<br>
compilation time for some modules. This memory leak unfortunately made<br>
it impossible to provide a 32-bit Windows distribution for this<br>
candidate; this will be resolved in -rc2.<br>
<br>
As always, please let us know if you have difficulty. Thanks to everyone<br>
who has contributed to this release!<br>
<br>
Happy testing,<br>
<br>
- Ben<br>
<br>
<br>______________________________<wbr>_________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/ghc-devs</a><br>
<br></blockquote></div><br></div>