Displaying 6 results from an estimated 6 matches for "juron".
Did you mean:
duron
2020 Jan 03
2
LLVM build performance with LLVM
David,
Yes, I was indeed trying to build LLVM with a Debug build. I'll stop doing
that from now on.
I am on JSC's JURON machine which has 251 GB of memory on the login node,
that's more than sufficient
to do a build, I suppose, and the linker is LLD as LLVM has a CMake
variable to select the linker.
On Fri, Jan 3, 2020 at 11:02 AM David Blaikie <dblaikie at gmail.com> wrote:
> Were you trying to use a...
2020 Jan 03
2
LLVM build performance with LLVM
...less you're trying to debug that building process. Usually you'd
> want to isolate one particular test case, maybe even reduce it, before
> running it with a debug build of LLVM which will be quite slow (because
> it's not optimized at all).
>
>
>> I am on JSC's JURON machine which has 251 GB of memory on the login node,
>> that's more than sufficient
>> to do a build, I suppose, and the linker is LLD as LLVM has a CMake
>> variable to select the linker.
>>
>
> Yep, sounds like you're just tripping over the fact that an
>...
2020 Jan 03
2
LLVM build performance with LLVM
...ocess. Usually you'd
>>> want to isolate one particular test case, maybe even reduce it, before
>>> running it with a debug build of LLVM which will be quite slow (because
>>> it's not optimized at all).
>>>
>>>
>>>> I am on JSC's JURON machine which has 251 GB of memory on the login
>>>> node, that's more than sufficient
>>>> to do a build, I suppose, and the linker is LLD as LLVM has a CMake
>>>> variable to select the linker.
>>>>
>>>
>>> Yep, sounds like you...
2020 Jan 04
3
LLVM build performance with LLVM
...nt to isolate one particular test case, maybe even reduce it,
>>>>> before running it with a debug build of LLVM which will be quite slow
>>>>> (because it's not optimized at all).
>>>>>
>>>>>
>>>>>> I am on JSC's JURON machine which has 251 GB of memory on the login
>>>>>> node, that's more than sufficient
>>>>>> to do a build, I suppose, and the linker is LLD as LLVM has a CMake
>>>>>> variable to select the linker.
>>>>>>
>>>&g...
2020 Jan 05
2
LLVM build performance with LLVM
...maybe even reduce it,
>>>>>>> before running it with a debug build of LLVM which will be quite slow
>>>>>>> (because it's not optimized at all).
>>>>>>>
>>>>>>>
>>>>>>>> I am on JSC's JURON machine which has 251 GB of memory on the login
>>>>>>>> node, that's more than sufficient
>>>>>>>> to do a build, I suppose, and the linker is LLD as LLVM has a CMake
>>>>>>>> variable to select the linker.
>>>>...
2020 Jan 03
2
LLVM build performance with LLVM
Hi,
When building LLVM, is it always recommended to do it with the
latest official release, currently, it is 9.0.1? I ask because when I tried
it with a Debug build, it took an enormous amount of time on POWER8.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200103/f27e32db/attachment.html>