search for: 44407

Displaying 6 results from an estimated 6 matches for "44407".

Did you mean: 444,7
2020 Jan 03
2
LLVM build performance with LLVM
As I am facing the serious super slow down: https://bugs.llvm.org/show_bug.cgi?id=44407 , I'd like to learn more about how it can be minimized. When debugging an app, there are times building it with a Debug build LLVM can not be avoided, but a situation like 40 times time increase (40 minutes) is hard to work with. On Fri, Jan 3, 2020 at 11:14 AM David Blaikie <dblaikie at g...
2020 Jan 03
2
LLVM build performance with LLVM
...de. On Sat, Jan 4, 2020 at 4:34 David Blaikie <dblaikie at gmail.com> wrote: > > > On Thu, Jan 2, 2020 at 10:55 PM Itaru Kitayama <itaru.kitayama at gmail.com> > wrote: > >> As I am facing the serious super slow down: >> https://bugs.llvm.org/show_bug.cgi?id=44407 , I'd like to >> learn more about how it can be minimized. When debugging an app, there >> are times building it with a >> Debug build LLVM can not be avoided, but a situation like 40 times time >> increase (40 minutes) is hard >> to work with. >> > > N...
2020 Jan 04
3
LLVM build performance with LLVM
...mail.com> wrote: >> >>> >>> >>> On Thu, Jan 2, 2020 at 10:55 PM Itaru Kitayama <itaru.kitayama at gmail.com> >>> wrote: >>> >>>> As I am facing the serious super slow down: >>>> https://bugs.llvm.org/show_bug.cgi?id=44407 , I'd like to >>>> learn more about how it can be minimized. When debugging an app, there >>>> are times building it with a >>>> Debug build LLVM can not be avoided, but a situation like 40 times time >>>> increase (40 minutes) is hard >>&gt...
2020 Jan 05
2
LLVM build performance with LLVM
...;>>> >>>>> On Thu, Jan 2, 2020 at 10:55 PM Itaru Kitayama < >>>>> itaru.kitayama at gmail.com> wrote: >>>>> >>>>>> As I am facing the serious super slow down: >>>>>> https://bugs.llvm.org/show_bug.cgi?id=44407 , I'd like to >>>>>> learn more about how it can be minimized. When debugging an app, >>>>>> there are times building it with a >>>>>> Debug build LLVM can not be avoided, but a situation like 40 times >>>>>> time increase...
2004 Dec 10
0
Problem: FC3 anaconda load kernel sata modules in wrong order
Hi, I encounter a problem to install FC3 on one of our machine, the machine has two SATA hard drives connected directly to motherboard which will use the ata_piix kernel module, and two other SATA hard drives connected through a Promise SATA card which is driven by sata_promise kernel module. The problem is: FC3 anaconda loads sata_promise module before ata_piix module by default, and this
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: