search for: 43127

Displaying 12 results from an estimated 12 matches for "43127".

Did you mean: 4312
2019 Feb 25
2
Making LLD PDB generation faster
...h "cmake -G "Visual Studio 15 2017" -A x64 -T"llvm",host=x64 -DLLVM_ENABLE_PDB=true -DLLVM_ENABLE_PROJECTS=lld ../llvm" we get these results: Input File Reading: 1602 ms ( 3.5%) Code Layout: 493 ms ( 1.1%) PDB Emission (Cumulative): 43127 ms ( 94.5%) Add Objects: 34577 ms ( 75.8%) Type Merging: 26709 ms ( 58.5%) Symbol Merging: 7598 ms ( 16.7%) TPI Stream Layout: 1107 ms ( 2.4%) Globals Stream Layout: 602 ms ( 1.3%) Commit to Disk: 5636 ms ( 12.4%)...
2019 Feb 25
3
Making LLD PDB generation faster
...uot;Visual Studio 15 2017" -A x64 -T"llvm",host=x64 -DLLVM_ENABLE_PDB=true -DLLVM_ENABLE_PROJECTS=lld ../llvm" we get these results: > > Input File Reading: 1602 ms ( 3.5%) > Code Layout: 493 ms ( 1.1%) > PDB Emission (Cumulative): 43127 ms ( 94.5%) > Add Objects: 34577 ms ( 75.8%) > Type Merging: 26709 ms ( 58.5%) > Symbol Merging: 7598 ms ( 16.7%) > TPI Stream Layout: 1107 ms ( 2.4%) > Globals Stream Layout: 602 ms ( 1.3%) > Commit to Dis...
2004 Nov 02
2
Problems with Durbin Watson and Partial Residual Plots
...ard error: 389.8 on 40 degrees of freedom Multiple R-Squared: 0.845, Adjusted R-squared: 0.8411 F-statistic: 218.1 on 1 and 40 DF, p-value: < 2.2e-16 hw8LM0$res 1 2 3 4 5 6 242.679535 679.531369 895.093204 442.975038 -237.443127 245.868708 7 8 9 10 11 12 82.540542 -13.347623 -209.325789 161.976046 -96.612120 -271.380285 13 14 15 16 17 18 -460.888451 -113.606616 -311.494782 -417.352947 -516.321113 1.43...
2019 Feb 25
2
Making LLD PDB generation faster
...64 -T"llvm",host=x64 -DLLVM_ENABLE_PDB=true -DLLVM_ENABLE_PROJECTS=lld ../llvm" we get these results: >> > >> > Input File Reading: 1602 ms ( 3.5%) >> > Code Layout: 493 ms ( 1.1%) >> > PDB Emission (Cumulative): 43127 ms ( 94.5%) >> > Add Objects: 34577 ms ( 75.8%) >> > Type Merging: 26709 ms ( 58.5%) >> > Symbol Merging: 7598 ms ( 16.7%) >> > TPI Stream Layout: 1107 ms ( 2.4%) >> > Globals Stream Layout...
2019 Feb 25
5
Making LLD PDB generation faster
...;,host=x64 -DLLVM_ENABLE_PDB=true -DLLVM_ENABLE_PROJECTS=lld ../llvm" we get these results: > >> > > >> > Input File Reading: 1602 ms ( 3.5%) > >> > Code Layout: 493 ms ( 1.1%) > >> > PDB Emission (Cumulative): 43127 ms ( 94.5%) > >> > Add Objects: 34577 ms ( 75.8%) > >> > Type Merging: 26709 ms ( 58.5%) > >> > Symbol Merging: 7598 ms ( 16.7%) > >> > TPI Stream Layout: 1107 ms ( 2.4%) > >> >...
2019 Feb 25
2
Making LLD PDB generation faster
...64 -T"llvm",host=x64 -DLLVM_ENABLE_PDB=true -DLLVM_ENABLE_PROJECTS=lld ../llvm" we get these results: >> > >> > Input File Reading: 1602 ms ( 3.5%) >> > Code Layout: 493 ms ( 1.1%) >> > PDB Emission (Cumulative): 43127 ms ( 94.5%) >> > Add Objects: 34577 ms ( 75.8%) >> > Type Merging: 26709 ms ( 58.5%) >> > Symbol Merging: 7598 ms ( 16.7%) >> > TPI Stream Layout: 1107 ms ( 2.4%) >> > Globals Stream Layout...
2017 Jul 20
0
Wine release 2.0.2
...4 (dmusic/port.c) 42992 wine can't be compiled by gcc-2.95.4 (dwrite/opentype.c) 42993 wine can't be compiled by gcc-2.95.4 (gdiplus/metafile.c) 42994 wine can't be compiled by gcc-2.95.4 (mscoree/assembly.c) 42995 wine can't be compiled by gcc-2.95.4 (netprofm/list.c) 43127 Multiple 64-bit applications crash with stack overflow errors when Wine is compiled with GCC 7.x (set_context_reg in ntdll/signal_x86_64.c assumes Xmm registers are aligned) 43315 Steam fails to start [After update Thu, 06 Jul 2017] -------------------------------------------------------------...
2019 Feb 25
2
Making LLD PDB generation faster
...ABLE_PDB=true -DLLVM_ENABLE_PROJECTS=lld ../llvm" we get these results: > > >> > > > >> > Input File Reading: 1602 ms ( 3.5%) > > >> > Code Layout: 493 ms ( 1.1%) > > >> > PDB Emission (Cumulative): 43127 ms ( 94.5%) > > >> > Add Objects: 34577 ms ( 75.8%) > > >> > Type Merging: 26709 ms ( 58.5%) > > >> > Symbol Merging: 7598 ms ( 16.7%) > > >> > TPI Stream Layout: 1107 ms ( 2.4%)...
2019 Feb 27
4
Making LLD PDB generation faster
...../llvm" we get these results: > > > > >> > > > > > >> > Input File Reading: 1602 ms ( 3.5%) > > > > >> > Code Layout: 493 ms ( 1.1%) > > > > >> > PDB Emission (Cumulative): 43127 ms ( 94.5%) > > > > >> > Add Objects: 34577 ms ( 75.8%) > > > > >> > Type Merging: 26709 ms ( 58.5%) > > > > >> > Symbol Merging: 7598 ms ( 16.7%) > > > > >> > TPI...
2019 Feb 25
4
Making LLD PDB generation faster
How do you compile LLD? There's a big difference between when using MSVC vs Clang. The parallel ghash patch I was mentioning is almost 2x as fast when using Clang 7.0+ vs. MSVC 15.9+, I don't know exactly why. I also suggest you use the Release target. You should also grab this patch: https://reviews.llvm.org/D55056 - I had to revert it because it was causing issues with LLDB. But it
2019 Feb 28
3
Making LLD PDB generation faster
..._ENABLE_PROJECTS=lld ../llvm" we get these results: > > > >> > > > > >> > Input File Reading: 1602 ms ( 3.5%) > > > >> > Code Layout: 493 ms ( 1.1%) > > > >> > PDB Emission (Cumulative): 43127 ms ( 94.5%) > > > >> > Add Objects: 34577 ms ( 75.8%) > > > >> > Type Merging: 26709 ms ( 58.5%) > > > >> > Symbol Merging: 7598 ms ( 16.7%) > > > >> > TPI Stream Layout:...
2017 Jun 09
0
Wine release 2.10
...42994 wine can't be compiled by gcc-2.95.4 (mscoree/assembly.c) 43020 Guitar Pro 7 needs msvcp140.dll._To_wide 43053 Overexposed scene in fr-025: the.popular.demo by farbrausch 43097 WarBR: game (WarS v5.5 p4) crashes on start, needs WMP IOleObject::GetExtent method implementation 43127 Multiple 64-bit applications crash with stack overflow errors when Wine is compiled with GCC 7.x (set_context_reg in ntdll/signal_x86_64.c assumes Xmm registers are aligned) ---------------------------------------------------------------- Changes since 2.9: Akihiro Sagawa (2): kernel32/te...