Displaying 9 results from an estimated 9 matches for "lyyxdxgbuz0".
2018 Jan 16
8
Layering Requirements in the LLVM Coding Style Guide
Context: I've been looking at experimenting with using Modular Code
Generation (My talk at last year's LLVM dev meeting
https://www.youtube.com/watch?v=lYYxDXgbUZ0 is about the best reference at
the moment) when building the LLVM project, as a good experiment for the
feature. This can/does enforce a stronger layering invariant than LLVM has
historically been enforced. So I'm curious to get buy-in and maybe document
this if it's something people like t...
2018 Jan 16
0
Layering Requirements in the LLVM Coding Style Guide
...2 AM
To: llvm-dev; Richard Smith; Chandler Carruth; Reid Kleckner
Subject: [llvm-dev] Layering Requirements in the LLVM Coding Style Guide
Context: I've been looking at experimenting with using Modular Code Generation (My talk at last year's LLVM dev meeting https://www.youtube.com/watch?v=lYYxDXgbUZ0 is about the best reference at the moment) when building the LLVM project, as a good experiment for the feature. This can/does enforce a stronger layering invariant than LLVM has historically been enforced. So I'm curious to get buy-in and maybe document this if it's something people like t...
2018 Jan 16
2
Layering Requirements in the LLVM Coding Style Guide
...v; Richard Smith; Chandler Carruth; Reid Kleckner
> Subject: [llvm-dev] Layering Requirements in the LLVM Coding Style Guide
>
> Context: I've been looking at experimenting with using Modular Code Generation (My talk at last year's LLVM dev meeting https://www.youtube.com/watch?v=lYYxDXgbUZ0 <https://www.youtube.com/watch?v=lYYxDXgbUZ0> is about the best reference at the moment) when building the LLVM project, as a good experiment for the feature. This can/does enforce a stronger layering invariant than LLVM has historically been enforced. So I'm curious to get buy-in and may...
2018 Jan 16
0
Layering Requirements in the LLVM Coding Style Guide
On 01/16/2018 09:21 AM, David Blaikie via llvm-dev wrote:
> Context: I've been looking at experimenting with using Modular Code
> Generation (My talk at last year's LLVM dev meeting
> https://www.youtube.com/watch?v=lYYxDXgbUZ0 is about the best
> reference at the moment) when building the LLVM project, as a good
> experiment for the feature. This can/does enforce a stronger layering
> invariant than LLVM has historically been enforced. So I'm curious to
> get buy-in and maybe document this if it's...
2018 Jan 17
2
Layering Requirements in the LLVM Coding Style Guide
...s <listmail at philipreames.com>
wrote:
>
>
> On 01/16/2018 09:21 AM, David Blaikie via llvm-dev wrote:
>
> Context: I've been looking at experimenting with using Modular Code
> Generation (My talk at last year's LLVM dev meeting
> https://www.youtube.com/watch?v=lYYxDXgbUZ0 is about the best reference
> at the moment) when building the LLVM project, as a good experiment for the
> feature. This can/does enforce a stronger layering invariant than LLVM has
> historically been enforced. So I'm curious to get buy-in and maybe document
> this if it's som...
2018 Jan 17
0
Layering Requirements in the LLVM Coding Style Guide
...;
> wrote:
>
>>
>>
>> On 01/16/2018 09:21 AM, David Blaikie via llvm-dev wrote:
>>
>> Context: I've been looking at experimenting with using Modular Code
>> Generation (My talk at last year's LLVM dev meeting
>> https://www.youtube.com/watch?v=lYYxDXgbUZ0 is about the best reference
>> at the moment) when building the LLVM project, as a good experiment for the
>> feature. This can/does enforce a stronger layering invariant than LLVM has
>> historically been enforced. So I'm curious to get buy-in and maybe document
>> this...
2018 Jan 16
0
Layering Requirements in the LLVM Coding Style Guide
...Smith; Chandler Carruth; Reid Kleckner
> *Subject:* [llvm-dev] Layering Requirements in the LLVM Coding Style Guide
>
> Context: I've been looking at experimenting with using Modular Code
> Generation (My talk at last year's LLVM dev meeting
> https://www.youtube.com/watch?v=lYYxDXgbUZ0 is about the best reference
> at the moment) when building the LLVM project, as a good experiment for the
> feature. This can/does enforce a stronger layering invariant than LLVM has
> historically been enforced. So I'm curious to get buy-in and maybe document
> this if it's som...
2018 Jan 16
2
Layering Requirements in the LLVM Coding Style Guide
...andler Carruth; Reid Kleckner
> *Subject:* [llvm-dev] Layering Requirements in the LLVM Coding Style Guide
>
>
>
> Context: I've been looking at experimenting with using Modular Code
> Generation (My talk at last year's LLVM dev meeting
> https://www.youtube.com/watch?v=lYYxDXgbUZ0 is about the best reference
> at the moment) when building the LLVM project, as a good experiment for the
> feature. This can/does enforce a stronger layering invariant than LLVM has
> historically been enforced. So I'm curious to get buy-in and maybe document
> this if it's som...
2019 Feb 27
4
Making LLD PDB generation faster
This could be ICF. There were lots of issues with ICF on ARM64, but they
are not inherently ARM64-specific, they just come up there more often. See
https://reviews.llvm.org/D56986 which fixes that.
Easiest thing is always to profile or add /time to see what's slow.
On Wed, Feb 27, 2019 at 6:30 AM Leonardo Santagada <santagada at gmail.com>
wrote:
> Anyone would know why lld takes