<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Thanks again for all feedback and support! <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On 1/12/22, 9:24 AM, "Xinliang David Li" <xinliangli@gmail.com> wrote:<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">Cool! Congrats and thanks for the tremendous effort to make it happen!<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">David<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">On Wed, Jan 12, 2022 at 6:44 AM Andrey Bokhanko <<a href="mailto:andreybokhanko@gmail.com">andreybokhanko@gmail.com</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal">Hi All,<br>
<br>
As I understand, the merge is completed now<br>
(<a href="https://github.com/llvm/llvm-project/commit/4c106cfdf7cf7eec861ad3983a3dd9a9e8f3a8ae" target="_blank">https://github.com/llvm/llvm-project/commit/4c106cfdf7cf7eec861ad3983a3dd9a9e8f3a8ae</a>).<br>
<br>
My sincerest congratulations to the Meta team and all BOLT developers!<br>
<br>
Hopefully, this will drive further adoption and development of BOLT<br>
and BOLT-based tools!<br>
<br>
Yours,<br>
Andrey<br>
===<br>
Advanced Software Technology Lab<br>
Huawei<br>
<br>
On Tue, Nov 2, 2021 at 11:52 PM Maksim Panchenko <<a href="mailto:maks@fb.com" target="_blank">maks@fb.com</a>> wrote:<br>
><br>
> Hi All,<br>
><br>
><br>
><br>
> Since the acceptance of the "BOLT framework for binary analysis,<br>
><br>
> transformation, and optimization" RFC<br>
><br>
> (<a href="https://lists.llvm.org/pipermail/llvm-dev/2020-October/145902.html" target="_blank">https://lists.llvm.org/pipermail/llvm-dev/2020-October/145902.html</a>),<br>
><br>
> we've been working on addressing the feedback and getting ready for<br>
><br>
> inclusion into the monorepo. We've cleaned up interfaces with core LLVM<br>
><br>
> libraries, refactored our codebase to match LLVM coding standards, and<br>
><br>
> added more open-source tests. Additionally, we've made BOLT faster and<br>
><br>
> more compact.<br>
><br>
><br>
><br>
> As of this writing, BOLT could be built as a separate project in the<br>
><br>
> LLVM monorepo without any patches other than build configuration<br>
><br>
> changes. You can view the latest sources at the monorepo fork<br>
><br>
> <a href="https://github.com/facebookincubator/BOLT" target="_blank">https://github.com/facebookincubator/BOLT</a>, under "/bolt".<br>
><br>
><br>
><br>
> During the past year, we were happy to see an ever-growing inflow of<br>
><br>
> pull requests from external contributors. We believe that accelerating<br>
><br>
> the monorepo integration will streamline the open-source review process<br>
><br>
> and make it more transparent.<br>
><br>
><br>
><br>
> While we are finishing the final steps before the integration<br>
><br>
> (<a href="https://github.com/facebookincubator/BOLT/issues/248" target="_blank">https://github.com/facebookincubator/BOLT/issues/248</a>), we would like to<br>
><br>
> hear from the community and address any remaining concerns. If<br>
><br>
> everything goes smoothly, we anticipate the merge to happen early next<br>
><br>
> month and in time for LLVM 14 release.<br>
><br>
><br>
><br>
> We are still working on finalizing the exact logistics of the merge.<br>
><br>
> However, we expect to follow the Flang project's footsteps and run the<br>
><br>
> "--no-ff" merge to preserve the history of ~1K commits. We would like to<br>
><br>
> ask for help and coordination from the release managers Tom Stellard and<br>
><br>
> Hans Wennborg.<br>
><br>
><br>
><br>
> We haven't made the final decision on including BOLT in<br>
><br>
> LLVM_ALL_PROJECTS, but we are ready to make BOLT the default project in<br>
><br>
> the initial merge commit. Currently, we do not support building on<br>
><br>
> Windows; thus, the project will be automatically disabled with the<br>
><br>
> warning when building on unsupported platforms. As we anticipate the<br>
><br>
> increased load on buildbots, we would like to know how we can help with<br>
><br>
> adding more build machines. Please let us know!<br>
><br>
><br>
><br>
> Thank you,<br>
><br>
> Maksim and BOLT Team<o:p></o:p></p>
</blockquote>
</div>
</div>
</body>
</html>