<div dir="ltr"><div>Hi Sebastian,</div><div><br></div><div>Thanks for your feedback.</div><div>I know that CIB and Perceus have issues with cycles, but these systems are still in development so who knows what will be the conclusion.</div><div>I may not emphasize in the talk, but the goal of the grin compiler project is to build a compiler pipeline that allows easy experimentation of different compilation techniques. Anything between whole program compilation to per module incremental codegen. So the whole program compilation is not really a requirement but an option.</div><div><br></div><div>Cheers,</div><div>Csaba<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jan 10, 2021 at 1:58 PM Sebastian Graf <<a href="mailto:sgraf1337@gmail.com">sgraf1337@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Csaba,</div><div><br></div><div>Thanks for your presentation, that's a nice high-level overview of what you're up to.</div><div><br></div><div>A few thoughts:</div><div><ul><li>Whole-program optimization sounds great, but also very ambitious, given the amount of code GHC generates today. I'd be amazed to see advances in that area, though, and your >100-module CFA performance incites hope!<br></li><li>I wonder if going through GRIN results in a more efficient mapping to hardware. I recently found that the code GHC generates is dominated by administrative traffic from and to the heap [1]. I suspect that you can have big wins here if you manage to convey better call stack, heap and alias information to LLVM.<br></li><li>The Control Analysis+specialisation approach sounds pretty similar to doing Constructor Specialisation [2] for Lambdas (cf. 6.2) if you also inline the function for which you specialise afterwards. I sunk many hours into making that work reliably, fast and without code bloat in the past, to no avail. Frankly, if you can do it in GRIN, I don't see why we couldn't do it in Core. But maybe we can learn from the GRIN implementation afterwards and maybe rethink SpecConstr. Maybe the key is not to inline the function for which we specialise? But then you don't gain that much...</li><li> I follow the Counting Immutable Beans [3] stuff quite closely (Sebastian is a colleague of mine) and hope that it is applicable to Haskell some day. But I think using Perceus, like any purely RC-based memory management scheme, means that you can't have cycles in your heap, so no loopy thunks (such as constant-space `ones = 1:ones`) and mutability. I think that makes a pretty huge difference for many use cases. Sebastian also told me that they have to adapt their solutions to the cycle restriction from time to time, so far always successfully. But it comes at a cost: You have to adapt the code you want to write into a form that works.<br></li></ul><div>I only read the slides, apologies if some of my points were invalidated by something you said.</div><div><br></div><div>Keep up the good work!</div><div>Cheers,<br></div><div>Sebastian<br></div><div><br></div><div>[1] <a href="https://gitlab.haskell.org/ghc/ghc/-/issues/19113" target="_blank">https://gitlab.haskell.org/ghc/ghc/-/issues/19113</a></div><div>[2] <a href="https://www.microsoft.com/en-us/research/wp-content/uploads/2016/07/spec-constr.pdf" target="_blank">https://www.microsoft.com/en-us/research/wp-content/uploads/2016/07/spec-constr.pdf</a></div><div>[3] <a href="https://arxiv.org/abs/1908.05647" target="_blank">https://arxiv.org/abs/1908.05647</a></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am So., 10. Jan. 2021 um 00:31 Uhr schrieb Csaba Hruska <<a href="mailto:csaba.hruska@gmail.com" target="_blank">csaba.hruska@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello,</div><div>I did an online presentation about Haskell related (futuristic) compilation techniques.</div><div>The application of these methods is also the main motivation of my work with the grin compiler project and ghc-wpc.</div><div><br></div><div>video: <a href="https://www.youtube.com/watch?v=jyaR8E325ok" target="_blank">https://www.youtube.com/watch?v=jyaR8E325ok</a></div><div>slides: <a href="https://docs.google.com/presentation/d/1g_-bHgeD7lV4AYybnvjgkWa9GKuP6QFUyd26zpqXssQ/edit?usp=sharing" target="_blank">https://docs.google.com/presentation/d/1g_-bHgeD7lV4AYybnvjgkWa9GKuP6QFUyd26zpqXssQ/edit?usp=sharing</a></div><div><br></div><div>Regards,</div><div>Csaba<br></div></div>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">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-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div>
</blockquote></div>