search for: blink_core

Displaying 20 results from an estimated 31 matches for "blink_core".

2018 Jan 20
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
Chrome is actually one of my exact benchmark cases. When building blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% reduction in link time. We have some other optimizations in the pipeline but not upstream yet. My best time so far (including other optimizations not yet upstream) is 28s on blink_core.dll, compared to 110s with /debug On Sat, Jan 20, 2018 at...
2018 Jan 20
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...d rule of thumb is that /debug:ghash will be close to or faster than /debug:fastlink, but with none of the penalties like slow debug time On Sat, Jan 20, 2018 at 12:44 PM Zachary Turner <zturner at google.com> wrote: > Chrome is actually one of my exact benchmark cases. When building > blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% > reduction in link time. We have some other optimizations in the pipeline > but not upstream yet. > > My best time so far (including other optimizations not yet upstream) is > 28s on blink_core.dll, compared to 110s with /debug...
2018 Jan 20
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...hash will be close > to or faster than /debug:fastlink, but with none of the penalties like slow > debug time > On Sat, Jan 20, 2018 at 12:44 PM Zachary Turner <zturner at google.com> > wrote: > >> Chrome is actually one of my exact benchmark cases. When building >> blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >> reduction in link time. We have some other optimizations in the pipeline >> but not upstream yet. >> >> My best time so far (including other optimizations not yet upstream) is >> 28s on blink_core.dll, compared...
2018 Jan 20
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...to or faster than /debug:fastlink, but with none of the penalties >> like slow debug time >> On Sat, Jan 20, 2018 at 12:44 PM Zachary Turner <zturner at google.com> >> wrote: >> >>> Chrome is actually one of my exact benchmark cases. When building >>> blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>> reduction in link time. We have some other optimizations in the pipeline >>> but not upstream yet. >>> >>> My best time so far (including other optimizations not yet upstream) is >>> 28s on blin...
2018 Jan 20
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...:fastlink, but with none of the penalties >>> like slow debug time >>> On Sat, Jan 20, 2018 at 12:44 PM Zachary Turner <zturner at google.com> >>> wrote: >>> >>>> Chrome is actually one of my exact benchmark cases. When building >>>> blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>> reduction in link time. We have some other optimizations in the pipeline >>>> but not upstream yet. >>>> >>>> My best time so far (including other optimizations not yet upstream) is >>...
2018 Jan 22
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...t;>>> like slow debug time >>>>> On Sat, Jan 20, 2018 at 12:44 PM Zachary Turner <zturner at google.com> >>>>> wrote: >>>>> >>>>>> Chrome is actually one of my exact benchmark cases. When building >>>>>> blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>>>> reduction in link time. We have some other optimizations in the pipeline >>>>>> but not upstream yet. >>>>>> >>>>>> My best time so far (including other optimizatio...
2018 Jan 21
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...of the penalties >>>> like slow debug time >>>> On Sat, Jan 20, 2018 at 12:44 PM Zachary Turner <zturner at google.com> >>>> wrote: >>>> >>>>> Chrome is actually one of my exact benchmark cases. When building >>>>> blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>>> reduction in link time. We have some other optimizations in the pipeline >>>>> but not upstream yet. >>>>> >>>>> My best time so far (including other optimizations not yet upstr...
2018 Jan 22
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...slow debug time >>>>>> On Sat, Jan 20, 2018 at 12:44 PM Zachary Turner <zturner at google.com> >>>>>> wrote: >>>>>> >>>>>>> Chrome is actually one of my exact benchmark cases. When building >>>>>>> blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>>>>> reduction in link time. We have some other optimizations in the pipeline >>>>>>> but not upstream yet. >>>>>>> >>>>>>> My best time so far (including o...
2018 Jan 22
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...>>>>>> On Sat, Jan 20, 2018 at 12:44 PM Zachary Turner <zturner at google.com> >>>>>>> wrote: >>>>>>> >>>>>>>> Chrome is actually one of my exact benchmark cases. When building >>>>>>>> blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>>>>>> reduction in link time. We have some other optimizations in the pipeline >>>>>>>> but not upstream yet. >>>>>>>> >>>>>>>> My best time so...
2018 Jan 22
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...Jan 20, 2018 at 12:44 PM Zachary Turner < >>>>>>>>> zturner at google.com> wrote: >>>>>>>>> >>>>>>>>>> Chrome is actually one of my exact benchmark cases. When building >>>>>>>>>> blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>>>>>>>> reduction in link time. We have some other optimizations in the pipeline >>>>>>>>>> but not upstream yet. >>>>>>>>>> >>>>>>&...
2018 Jan 22
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...>> On Sat, Jan 20, 2018 at 12:44 PM Zachary Turner <zturner at google.com> >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Chrome is actually one of my exact benchmark cases. When building >>>>>>>>> blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>>>>>>> reduction in link time. We have some other optimizations in the pipeline >>>>>>>>> but not upstream yet. >>>>>>>>> >>>>>>>>>...
2018 Jan 01
0
LLVM Weekly - #209, Jan 1st 2018
...project commits * The build documentation for the LLVM project's OpenMP library has been converted to reStructeredText. [r321481](https://reviews.llvm.org/rL321481). * LLD's COFF linker has been optimised by avoiding parsing arguments twice. As noted in the commit message, Chromium's `blink_core.dll` has 300MB input arguments in .directives meaning this change improves link time by around 15%. [r321470](https://reviews.llvm.org/rL321470). ## Review corner The LLVM Weekly review corner serves to highlight patches that are stuck waiting awaiting review, or work from first-time contributor...
2018 Jan 24
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...Turner < >>>>>>>>>>> zturner at google.com> wrote: >>>>>>>>>>> >>>>>>>>>>>> Chrome is actually one of my exact benchmark cases. When >>>>>>>>>>>> building blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>>>>>>>>>> reduction in link time. We have some other optimizations in the pipeline >>>>>>>>>>>> but not upstream yet. >>>>>>>>>>>> &...
2018 Jan 22
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...12:44 PM Zachary Turner < >>>>>>>>>> zturner at google.com> wrote: >>>>>>>>>> >>>>>>>>>>> Chrome is actually one of my exact benchmark cases. When >>>>>>>>>>> building blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>>>>>>>>> reduction in link time. We have some other optimizations in the pipeline >>>>>>>>>>> but not upstream yet. >>>>>>>>>>> >>>&...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;>>>>>>>>>>> zturner at google.com> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> Chrome is actually one of my exact benchmark cases. When >>>>>>>>>>>>> building blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>>>>>>>>>>> reduction in link time. We have some other optimizations in the pipeline >>>>>>>>>>>>> but not upstream yet. >>>>>>>>>>&g...
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;>>>>>>>> zturner at google.com> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>>> Chrome is actually one of my exact benchmark cases. When >>>>>>>>>>>>>> building blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>>>>>>>>>>>> reduction in link time. We have some other optimizations in the pipeline >>>>>>>>>>>>>> but not upstream yet. >>>>>>>>&g...
2018 Jan 20
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
On Sat, Jan 20, 2018 at 9:05 PM, Zachary Turner <zturner at google.com> wrote: > You probably don't want to go down the same route that clang goes through > to write the object file. If you think yaml2coff is convoluted, the way > clang does it will just give you a headache. There are multiple > abstractions involved to account for different object file formats (ELF, >
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;>> zturner at google.com> wrote: >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Chrome is actually one of my exact benchmark cases. When >>>>>>>>>>>>>>>> building blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>>>>>>>>>>>>>> reduction in link time. We have some other optimizations in the pipeline >>>>>>>>>>>>>>>> but not upstream yet. >>>>&g...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;>>>>> zturner at google.com> wrote: >>>>>>>>>>>>>> >>>>>>>>>>>>>>> Chrome is actually one of my exact benchmark cases. When >>>>>>>>>>>>>>> building blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>>>>>>>>>>>>> reduction in link time. We have some other optimizations in the pipeline >>>>>>>>>>>>>>> but not upstream yet. >>>>>>&g...
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...gle.com> wrote: >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> Chrome is actually one of my exact benchmark cases. When >>>>>>>>>>>>>>>>>> building blink_core.dll and browser_tests.exe, i get anywhere from a 20-40% >>>>>>>>>>>>>>>>>> reduction in link time. We have some other optimizations in the pipeline >>>>>>>>>>>>>>>>>> but not upstream yet. &g...