<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>
<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">
<h3 style="margin-top: 20px; margin-bottom: 10px;">
Sebastian Graf pushed to branch wip/sgraf-improvements at <a href="https://gitlab.haskell.org/ghc/ghc">Glasgow Haskell Compiler / GHC</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/447eaf231905b46bbf8f34d30233b81d731e892e">447eaf23</a></strong>
<div>
<span> by Sebastian Graf </span> <i> at 2023-12-31T15:50:45+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Rename Opt_D_dump_stranal to Opt_D_dump_dmdanal
... and Opt_D_dump_str_signatures to Opt_D_dump_dmd_signatures
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/a87d3589cb900199b4b95f89494c93ad7f49514d">a87d3589</a></strong>
<div>
<span> by Sebastian Graf </span> <i> at 2023-12-31T15:50:45+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Deprecate -ddump-stranal and -ddump-str-signatures
... and suggest -ddump-dmdanal and -ddump-dmd-signatures instead
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/75ca714ed96a90fc875ee2d1c62a66fd02af66b5">75ca714e</a></strong>
<div>
<span> by Sebastian Graf </span> <i> at 2023-12-31T15:50:45+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>CoreSubst: Stricten `substBndr` and `cloneBndr`
Doing so reduced allocations of `cloneBndr` by about 25%.
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#bd153f89bc48f3fd5079b51fb799808aacbd750c">
compiler/GHC/Core/Opt/Pipeline.hs
</a>
</li>
<li class="file-stats">
<a href="#708fab0a51bd47227233eda4698e750ff6de66e0">
compiler/GHC/Core/Subst.hs
</a>
</li>
<li class="file-stats">
<a href="#574ab192f6f9c7baf983610e701fedce9fffda66">
compiler/GHC/Driver/Config/Core/Lint.hs
</a>
</li>
<li class="file-stats">
<a href="#2e5692f568fd7b67a6b172e2a60469da8392508c">
compiler/GHC/Driver/Flags.hs
</a>
</li>
<li class="file-stats">
<a href="#774d88050336ef660c7a219fb06c480c2fc639bc">
compiler/GHC/Driver/Session.hs
</a>
</li>
<li class="file-stats">
<a href="#36435f993774454b5956f3a38a9276ed176c61cc">
docs/users_guide/debugging.rst
</a>
</li>
<li class="file-stats">
<a href="#fc07c260b75644727a8cdc1af5c861a44d4bfb5e">
testsuite/tests/simplCore/should_compile/all.T
</a>
</li>
<li class="file-stats">
<a href="#ab93c58ebef7f2d807198123cbe82575c40b90f1">
testsuite/tests/stranal/should_compile/all.T
</a>
</li>
<li class="file-stats">
<a href="#59c1e915a96d68646e894ce14113f2169287f1a7">
testsuite/tests/stranal/sigs/BottomFromInnerLambda.stderr
</a>
</li>
<li class="file-stats">
<a href="#99d2c890fd9f643c73aec0ec3cc1a14bf568b3a8">
testsuite/tests/stranal/sigs/DmdAnalGADTs.stderr
</a>
</li>
<li class="file-stats">
<a href="#787b290f5ac0bf92614305565f9f0c243159d1a9">
testsuite/tests/stranal/sigs/FacState.stderr
</a>
</li>
<li class="file-stats">
<a href="#1abaed90bc978a5efbf9828116a4d9edb37a4bf6">
testsuite/tests/stranal/sigs/HyperStrUse.stderr
</a>
</li>
<li class="file-stats">
<a href="#e2b576f65c5d2bcf64ff0e18ec6110196b219762">
testsuite/tests/stranal/sigs/NewtypeArity.stderr
</a>
</li>
<li class="file-stats">
<a href="#2e16e90ec561a368fe0cf804e1b3b060380e7686">
testsuite/tests/stranal/sigs/StrAnalExample.stderr
</a>
</li>
<li class="file-stats">
<a href="#80b4c7c45b752135b07d9d2b70890dd297f7840f">
testsuite/tests/stranal/sigs/T12370.stderr
</a>
</li>
<li class="file-stats">
<a href="#2ce433fdfde038a29feded68eeda55c42b59fa2d">
testsuite/tests/stranal/sigs/T13331.stderr
</a>
</li>
<li class="file-stats">
<a href="#7f45322cfd80a27215c2e3dbe910e957dd9905d0">
testsuite/tests/stranal/sigs/T13380c.stderr
</a>
</li>
<li class="file-stats">
<a href="#0833539c485ce91cb6e6be285ece16c6c8643486">
testsuite/tests/stranal/sigs/T13380f.stderr
</a>
</li>
<li class="file-stats">
<a href="#dac65c63831d4cadc084eac5bdeb9114a42af776">
testsuite/tests/stranal/sigs/T16197b.stderr
</a>
</li>
<li class="file-stats">
<a href="#87db95ebce609c7224236fb68a8d7ceed7591f6d">
testsuite/tests/stranal/sigs/T16859.stderr
</a>
</li>
<li class="file-stats">
<a href="#22ebfab2bf433a77b3084d8494846eb541375184">
testsuite/tests/stranal/sigs/T17932.stderr
</a>
</li>
<li class="file-stats">
<a href="#16c7c6c4536f779aecce5b5b9558c888043e2150">
testsuite/tests/stranal/sigs/T18086.stderr
</a>
</li>
<li class="file-stats">
<a href="#35f573ac4cc3d93d2768ef93306cc9d90063eb60">
testsuite/tests/stranal/sigs/T18907.stderr
</a>
</li>
<li class="file-stats">
<a href="#2fd8509ca7abc39651fcb3a37ec73c8308ddcde3">
testsuite/tests/stranal/sigs/T18957.stderr
</a>
</li>
<li class="file-stats">
<a href="#1f92f4b29b1e61502e42390fb91037dcddf4275e">
testsuite/tests/stranal/sigs/T19407.stderr
</a>
</li>
<li class="file-stats">
<a href="#063d0770ab839de0e36a4b466d2a5a84d852273a">
testsuite/tests/stranal/sigs/T19871.stderr
</a>
</li>
<li class="file-stats">
<a href="#365ab7faee5f2a8227e64850b70cbc16117937db">
testsuite/tests/stranal/sigs/T20746.stderr
</a>
</li>
<li class="file-stats">
<a href="#859863f192603d4e8447f779e7d30b79ea1e12b9">
testsuite/tests/stranal/sigs/T20746b.stderr
</a>
</li>
<li class="file-stats">
<a href="#7c8675b372d720759bdcbc47242c0224ba6b93ab">
testsuite/tests/stranal/sigs/T21081.stderr
</a>
</li>
<li class="file-stats">
<a href="#9301b4dcce98cc69622518662d623e970fd536b5">
testsuite/tests/stranal/sigs/T21119.stderr
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.875rem;">
The diff was not included because it is too large.
</h5>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">
—
<br>
<a href="https://gitlab.haskell.org/ghc/ghc/-/compare/6a418e4899133aabec6f8ef8c3dddde16d0ebbe7...75ca714ed96a90fc875ee2d1c62a66fd02af66b5">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.haskell.org">gitlab.haskell.org</a>. <a href="https://gitlab.haskell.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.haskell.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
</p>
</div>
</body>
</html>