[llvm-dev] [RFC] changing variable naming rules
Chris Lattner via llvm-dev
llvm-dev at lists.llvm.org
Mon Sep 9 22:42:12 PDT 2019
> On Sep 9, 2019, at 4:24 AM, Hans Wennborg via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> On Fri, Sep 6, 2019 at 6:17 PM Björn Pettersson A via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> I'm a little bit curious to hear more about the experiences from the changes in LLD.
>> I’m thinking about things like:
> [..]
>> - merging of bugfixes to older release branches (I doubt that the script supports doing the reverse rewrite as well)
>
> As someone who does a lot of these merges, this is the aspect that
> worries me the most.
Yes, I suspect you’re personally the one who is hit the worst by this. I’m super sensitive to that, because I really really really want to make sure that releases are smooth and successful.
That said, are you aware of Rui’s work on lld? He developed a process in which people with significant out of tree patches were able to catch up, merge the mega patch and move forward without significant churn. I agree it is non-zero, but it is very low, and the cost seems worth the price of forward progress and avoiding perpetual stagnation.
-Chris
More information about the llvm-dev
mailing list