search for: 900kloc

Displaying 2 results from an estimated 2 matches for "900kloc".

Did you mean: 100kloc
2014 Oct 08
2
[LLVMdev] lld coding style
...we're talking about has a profound impact on 100% of the lld project. That said, we must keep in perspective lld vs the rest of the llvm eco system. By my count, lld is about 48K LOC (including include/lib/tools, but not tests). When you compare this to LLVM (about ~1.1M LOC, or clang's ~900KLOC) what we're really discussing is whether it is better to favor the core preferences of the lld authors vs the opportunity cost of developers jumping from llvm/clang and being effective in the lld code base. Given that we're talking about a 40x size difference, along with greater unity in t...
2014 Oct 07
4
[LLVMdev] lld coding style
On Mon, Oct 6, 2014 at 5:00 PM, Nick Kledzik <kledzik at apple.com> wrote: > On Oct 6, 2014, at 3:44 PM, Rui Ueyama <ruiu at google.com> wrote: > > Looks like most people in this thread support using LLVM style in LLD. I > also had an offline discussion and many people wanted to have one coding > style in all LLVM projects. So I'm convinced that we should do that.