search for: 57sec

Displaying 10 results from an estimated 10 matches for "57sec".

2019 Feb 25
4
Making LLD PDB generation faster
...LD by mmap'ing them. The lockless DenseHash I was talking about will be published in an upcoming patch. As for reproducibility, this can be an issue on build systems. But on local machines, we could explicitly state that we want non-deterministic builds, through some cmd-line flag. If your 57sec for "Type Merging" transforms into 5sec when non-deterministic, I think that's worth it. Alex. -----Original Message----- From: Leonardo Santagada <santagada at gmail.com> Sent: Sunday, February 24, 2019 6:43 PM To: Alexandre Ganea <alexandre.ganea at ubisoft.com> Cc:...
2019 Feb 25
2
Making LLD PDB generation faster
.... > > The lockless DenseHash I was talking about will be published in an > upcoming patch. As for reproducibility, this can be an issue on build > systems. But on local machines, we could explicitly state that we want > non-deterministic builds, through some cmd-line flag. If your 57sec for "Type Merging" > transforms into 5sec when non-deterministic, I think that's worth it. > > Alex. > > -----Original Message----- > From: Leonardo Santagada <santagada at gmail.com> > Sent: Sunday, February 24, 2019 6:43 PM > To: Alexandre Ganea <ale...
2019 Feb 25
3
Making LLD PDB generation faster
...lockless DenseHash I was talking about will be published in an > > upcoming patch. As for reproducibility, this can be an issue on > > build systems. But on local machines, we could explicitly state that > > we want non-deterministic builds, through some cmd-line flag. If your 57sec for "Type Merging" > > transforms into 5sec when non-deterministic, I think that's worth it. > > > > Alex. > > > > -----Original Message----- > > From: Leonardo Santagada <santagada at gmail.com> > > Sent: Sunday, February 24, 2019 6:43...
2019 Feb 25
2
Making LLD PDB generation faster
...s talking about will be published in an >> > > upcoming patch. As for reproducibility, this can be an issue on >> > > build systems. But on local machines, we could explicitly state that >> > > we want non-deterministic builds, through some cmd-line flag. If your 57sec for "Type Merging" >> > > transforms into 5sec when non-deterministic, I think that's worth it. >> > > >> > > Alex. >> > > >> > > -----Original Message----- >> > > From: Leonardo Santagada <santagada at gmail.c...
2019 Feb 25
5
Making LLD PDB generation faster
...will be published in an > >> > > upcoming patch. As for reproducibility, this can be an issue on > >> > > build systems. But on local machines, we could explicitly state that > >> > > we want non-deterministic builds, through some cmd-line flag. If your 57sec for "Type Merging" > >> > > transforms into 5sec when non-deterministic, I think that's worth it. > >> > > > >> > > Alex. > >> > > > >> > > -----Original Message----- > >> > > From: Leonardo Sant...
2019 Feb 25
2
Making LLD PDB generation faster
...s talking about will be published in an >> > > upcoming patch. As for reproducibility, this can be an issue on >> > > build systems. But on local machines, we could explicitly state that >> > > we want non-deterministic builds, through some cmd-line flag. If your 57sec for "Type Merging" >> > > transforms into 5sec when non-deterministic, I think that's worth it. >> > > >> > > Alex. >> > > >> > > -----Original Message----- >> > > From: Leonardo Santagada <santagada at gmail.c...
2019 Feb 25
2
Making LLD PDB generation faster
...hed in > > >> > > an upcoming patch. As for reproducibility, this can be an issue > > >> > > on build systems. But on local machines, we could explicitly > > >> > > state that we want non-deterministic builds, through some cmd-line flag. If your 57sec for "Type Merging" > > >> > > transforms into 5sec when non-deterministic, I think that's worth it. > > >> > > > > >> > > Alex. > > >> > > > > >> > > -----Original Message----- > > >>...
2019 Feb 27
4
Making LLD PDB generation faster
...> an upcoming patch. As for reproducibility, this can be an > issue > > > > >> > > on build systems. But on local machines, we could explicitly > > > > >> > > state that we want non-deterministic builds, through some > cmd-line flag. If your 57sec for "Type Merging" > > > > >> > > transforms into 5sec when non-deterministic, I think that's > worth it. > > > > >> > > > > > > >> > > Alex. > > > > >> > > > > > > >>...
2019 Feb 24
2
Making LLD PDB generation faster
Leonardo, to answer to your questions, yes to all of them  You can take a look at this prototype/proposal: https://reviews.llvm.org/D55585 Overall, computing ghashes in parallel at link-time and merging Types with them is less costly that the current approach to merging. The 35sec you’re seeing for merging should go down to about 15sec. The patch doesn’t parallelize (yet) the Type merging
2019 Feb 28
3
Making LLD PDB generation faster
...; > >> > > an upcoming patch. As for reproducibility, this can be an issue > > > >> > > on build systems. But on local machines, we could explicitly > > > >> > > state that we want non-deterministic builds, through some cmd-line flag. If your 57sec for "Type Merging" > > > >> > > transforms into 5sec when non-deterministic, I think that's worth it. > > > >> > > > > > >> > > Alex. > > > >> > > > > > >> > > -----Original Messag...