search for: specialpdb

Displaying 16 results from an estimated 16 matches for "specialpdb".

2018 Jan 29
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...d that the obj file generated with > problems was only with msvc 2015, so trying again with msvc 2017 I get: > > lld-link: 4s > lld-link /debug: 1m30s and ~20gb of ram > lld-link /debug:ghash: 59s and ~20gb of ram > link: 13s > link /debug:fastlink: 43s and 1gb of ram > link specialpdb: 1m10s and 4gb of ram > link /debug: 9m16s min and >14gb of ram > > link incremental: 8s when it works. > > > *specialpdb is created with passing to a set of compilation units (eg a > folder) the same pdb to be written to, so it dedups the symbols before the > final linki...
2018 Jan 29
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
I cleaned up my tests and figured that the obj file generated with problems was only with msvc 2015, so trying again with msvc 2017 I get: lld-link: 4s lld-link /debug: 1m30s and ~20gb of ram lld-link /debug:ghash: 59s and ~20gb of ram link: 13s link /debug:fastlink: 43s and 1gb of ram link specialpdb: 1m10s and 4gb of ram link /debug: 9m16s min and >14gb of ram link incremental: 8s when it works. *specialpdb is created with passing to a set of compilation units (eg a folder) the same pdb to be written to, so it dedups the symbols before the final linking, but that does decrease the concur...
2018 Jan 29
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...th >> problems was only with msvc 2015, so trying again with msvc 2017 I get: >> >> lld-link: 4s >> lld-link /debug: 1m30s and ~20gb of ram >> lld-link /debug:ghash: 59s and ~20gb of ram >> link: 13s >> link /debug:fastlink: 43s and 1gb of ram >> link specialpdb: 1m10s and 4gb of ram >> link /debug: 9m16s min and >14gb of ram >> >> link incremental: 8s when it works. >> >> >> *specialpdb is created with passing to a set of compilation units (eg a >> folder) the same pdb to be written to, so it dedups the symbols...
2018 Jan 29
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...y with msvc 2015, so trying again with msvc 2017 I get: >>> >>> lld-link: 4s >>> lld-link /debug: 1m30s and ~20gb of ram >>> lld-link /debug:ghash: 59s and ~20gb of ram >>> link: 13s >>> link /debug:fastlink: 43s and 1gb of ram >>> link specialpdb: 1m10s and 4gb of ram >>> link /debug: 9m16s min and >14gb of ram >>> >>> link incremental: 8s when it works. >>> >>> >>> *specialpdb is created with passing to a set of compilation units (eg a >>> folder) the same pdb to be written...
2018 Jan 29
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...again with msvc 2017 I get: >>>> >>>> lld-link: 4s >>>> lld-link /debug: 1m30s and ~20gb of ram >>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>> link: 13s >>>> link /debug:fastlink: 43s and 1gb of ram >>>> link specialpdb: 1m10s and 4gb of ram >>>> link /debug: 9m16s min and >14gb of ram >>>> >>>> link incremental: 8s when it works. >>>> >>>> >>>> *specialpdb is created with passing to a set of compilation units (eg a >>>> folder)...
2018 Jan 29
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...>>>>> >>>>> lld-link: 4s >>>>> lld-link /debug: 1m30s and ~20gb of ram >>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>> link: 13s >>>>> link /debug:fastlink: 43s and 1gb of ram >>>>> link specialpdb: 1m10s and 4gb of ram >>>>> link /debug: 9m16s min and >14gb of ram >>>>> >>>>> link incremental: 8s when it works. >>>>> >>>>> >>>>> *specialpdb is created with passing to a set of compilation units (eg &g...
2018 Jan 28
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
I don’t have pgo numbers. When I build using -flto=thin the link time is significantly faster than msvc /ltcg and runtime is slightly faster, but I haven’t tested on a large variety of different workloads, so YMMV. Link time will definitely be faster though On Sun, Jan 28, 2018 at 2:20 PM Leonardo Santagada <santagada at gmail.com> wrote: > This part is only for objects with /Z7 debug
2018 Jan 30
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;>>>>> lld-link: 4s >>>>>> lld-link /debug: 1m30s and ~20gb of ram >>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>> link: 13s >>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>> link specialpdb: 1m10s and 4gb of ram >>>>>> link /debug: 9m16s min and >14gb of ram >>>>>> >>>>>> link incremental: 8s when it works. >>>>>> >>>>>> >>>>>> *specialpdb is created with passing to a set of...
2018 Jan 30
4
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...; lld-link: 4s >>>>>>> lld-link /debug: 1m30s and ~20gb of ram >>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>>> link: 13s >>>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>>> link specialpdb: 1m10s and 4gb of ram >>>>>>> link /debug: 9m16s min and >14gb of ram >>>>>>> >>>>>>> link incremental: 8s when it works. >>>>>>> >>>>>>> >>>>>>> *specialpdb is created w...
2018 Jan 30
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...gt;>>>>>> lld-link /debug: 1m30s and ~20gb of ram >>>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>>>> link: 13s >>>>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>>>> link specialpdb: 1m10s and 4gb of ram >>>>>>>> link /debug: 9m16s min and >14gb of ram >>>>>>>> >>>>>>>> link incremental: 8s when it works. >>>>>>>> >>>>>>>> >>>>>>>>...
2018 Jan 30
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...link /debug: 1m30s and ~20gb of ram >>>>>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>>>>>> link: 13s >>>>>>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>>>>>> link specialpdb: 1m10s and 4gb of ram >>>>>>>>>> link /debug: 9m16s min and >14gb of ram >>>>>>>>>> >>>>>>>>>> link incremental: 8s when it works. >>>>>>>>>> >>>>>>>>&g...
2018 Jan 30
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...gt;>> lld-link /debug: 1m30s and ~20gb of ram >>>>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>>>>> link: 13s >>>>>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>>>>> link specialpdb: 1m10s and 4gb of ram >>>>>>>>> link /debug: 9m16s min and >14gb of ram >>>>>>>>> >>>>>>>>> link incremental: 8s when it works. >>>>>>>>> >>>>>>>>> >>>&...
2018 Jan 31
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...0s and ~20gb of ram >>>>>>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>>>>>>> link: 13s >>>>>>>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>>>>>>> link specialpdb: 1m10s and 4gb of ram >>>>>>>>>>> link /debug: 9m16s min and >14gb of ram >>>>>>>>>>> >>>>>>>>>>> link incremental: 8s when it works. >>>>>>>>>>> >>>>&g...
2018 Jan 31
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...ram >>>>>>>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>>>>>>>> link: 13s >>>>>>>>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>>>>>>>> link specialpdb: 1m10s and 4gb of ram >>>>>>>>>>>> link /debug: 9m16s min and >14gb of ram >>>>>>>>>>>> >>>>>>>>>>>> link incremental: 8s when it works. >>>>>>>>>>>> &g...
2018 Jan 31
1
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;>>>>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram > >>>>>>>>>>>> link: 13s > >>>>>>>>>>>> link /debug:fastlink: 43s and 1gb of ram > >>>>>>>>>>>> link specialpdb: 1m10s and 4gb of ram > >>>>>>>>>>>> link /debug: 9m16s min and >14gb of ram > >>>>>>>>>>>> > >>>>>>>>>>>> link incremental: 8s when it works. > >>>>>>>&gt...
2018 Feb 14
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >> >>>>>>>>>>>> link: 13s >> >>>>>>>>>>>> link /debug:fastlink: 43s and 1gb of ram >> >>>>>>>>>>>> link specialpdb: 1m10s and 4gb of ram >> >>>>>>>>>>>> link /debug: 9m16s min and >14gb of ram >> >>>>>>>>>>>> >> >>>>>>>>>>>> link incremental: 8s when it works. >> >>>&gt...