<div dir="ltr">Wasn't it already shown that ghc already swaps the order of branches to match?</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 21, 2021 at 11:13 AM David Feuer <<a href="mailto:david.feuer@gmail.com">david.feuer@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="auto">Not relevant. One question i have though: in the case of primitive types, can switching from a primitive `/=` to one based on `==` change the order of branches and thereby affect performance for better or worse?</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 21, 2021, 10:19 AM Carter Schonwald <<a href="mailto:carter.schonwald@gmail.com" target="_blank">carter.schonwald@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="auto">So one thing I’d like to highlight, that I don’t know if we could bake into ghc safely and might not be relevant here is:</div><div dir="auto"><br></div><div dir="auto">At least in some cases, implementations of EQ may use “reallyUnsafePtrEquality#”, as a never false positive check that two heap values are the same heap object. Naively this seems like it’s probably orthogonal to the matter of Eq being a single or double method type class, but I figure it’s worth asking out loud </div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 20, 2021 at 4:29 PM Joachim Breitner <<a href="mailto:mail@joachim-breitner.de" rel="noreferrer" target="_blank">mail@joachim-breitner.de</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">Hi,<br>
<br>
parallel work… should have linked to<br>
<a href="https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6793" rel="noreferrer noreferrer" target="_blank">https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6793</a><br>
earlier. But yes, it is rather simple to make that change.<br>
<br>
Am Mittwoch, dem 20.10.2021 um 19:49 +0300 schrieb Oleg Grenrus:<br>
> I attach the patches for ghc, containers and text.<br>
> I encourage someone (Joachim?) to run the nofib suite.<br>
<br>
nofib might be too specialized; I think “ghc compiling Cabal” is a good<br>
benchmark. I’ll do that eventually, if GHC’s CI doesn’t do that already<br>
for me (I’ll ask Ben what kind of infrastructure we have for that –<br>
doing it manually and correctly is tedious and error-prone), maybe<br>
tomorrow. <br>
<br>
Cheers,<br>
Joachim<br>
-- <br>
Joachim Breitner<br>
  <a href="mailto:mail@joachim-breitner.de" rel="noreferrer" target="_blank">mail@joachim-breitner.de</a><br>
  <a href="http://www.joachim-breitner.de/" rel="noreferrer noreferrer" target="_blank">http://www.joachim-breitner.de/</a><br>
<br>
<br>
_______________________________________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" rel="noreferrer" target="_blank">Libraries@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries</a><br>
</blockquote></div></div>
_______________________________________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" rel="noreferrer" target="_blank">Libraries@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries</a><br>
</blockquote></div>
_______________________________________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" target="_blank">Libraries@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>brandon s allbery kf8nh</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a></div></div></div></div></div>