Displaying 9 results from an estimated 9 matches for "1l_aasolbaaj".
2020 Nov 13
6
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...even when it has no inline elements
(see https://llvm.org/docs/ProgrammersManual.html#llvm-adt-smallvector-h).
The recommendation in the patch is to use this when the SmallVector is on
the heap.
A lot of this is boiled out from the discussion in
https://groups.google.com/g/llvm-dev/c/q1OyHZy8KVc/m/1l_AasOLBAAJ?pli=1
The goals here are twofold:
1. convenience: not having to read/write "N", or do an extra edit/recompile
cycle if you forgot it
2. avoiding pathological cases: The choice of N is usually semi-arbitrary
in our experience, and if one isn't careful, can result in
sizeof(SmallVect...
2020 Nov 16
2
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...; (see https://llvm.org/docs/ProgrammersManual.html#llvm-adt-smallvector-h).
> The recommendation in the patch is to use this when the SmallVector is on
> the heap.
> >
> > A lot of this is boiled out from the discussion in
> https://groups.google.com/g/llvm-dev/c/q1OyHZy8KVc/m/1l_AasOLBAAJ?pli=1
> >
> > The goals here are twofold:
> >
> > 1. convenience: not having to read/write "N", or do an extra
> edit/recompile cycle if you forgot it
> >
> > 2. avoiding pathological cases: The choice of N is usually
> semi-arbitrary in our exper...
2020 Nov 16
0
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...it has no inline elements (see https://llvm.org/docs/ProgrammersManual.html#llvm-adt-smallvector-h). The recommendation in the patch is to use this when the SmallVector is on the heap.
>
> A lot of this is boiled out from the discussion in https://groups.google.com/g/llvm-dev/c/q1OyHZy8KVc/m/1l_AasOLBAAJ?pli=1
>
> The goals here are twofold:
>
> 1. convenience: not having to read/write "N", or do an extra edit/recompile cycle if you forgot it
>
> 2. avoiding pathological cases: The choice of N is usually semi-arbitrary in our experience, and if one isn't careful, can...
2020 Nov 16
0
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...elements (see https://llvm.org/docs/ProgrammersManual.html#llvm-adt-smallvector-h). The recommendation in the patch is to use this when the SmallVector is on the heap.
>> >
>> > A lot of this is boiled out from the discussion in https://groups.google.com/g/llvm-dev/c/q1OyHZy8KVc/m/1l_AasOLBAAJ?pli=1
>> >
>> > The goals here are twofold:
>> >
>> > 1. convenience: not having to read/write "N", or do an extra edit/recompile cycle if you forgot it
>> >
>> > 2. avoiding pathological cases: The choice of N is usually semi-arbitrar...
2020 Nov 16
2
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...m.org/docs/ProgrammersManual.html#llvm-adt-smallvector-h). The
> recommendation in the patch is to use this when the SmallVector is on the
> heap.
> >> >
> >> > A lot of this is boiled out from the discussion in
> https://groups.google.com/g/llvm-dev/c/q1OyHZy8KVc/m/1l_AasOLBAAJ?pli=1
> >> >
> >> > The goals here are twofold:
> >> >
> >> > 1. convenience: not having to read/write "N", or do an extra
> edit/recompile cycle if you forgot it
> >> >
> >> > 2. avoiding pathological cases: The c...
2020 Nov 17
2
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...mersManual.html#llvm-adt-smallvector-h). The
> recommendation in the patch is to use this when the SmallVector is on the
> heap.
> >> >> >
> >> >> > A lot of this is boiled out from the discussion in
> https://groups.google.com/g/llvm-dev/c/q1OyHZy8KVc/m/1l_AasOLBAAJ?pli=1
> >> >> >
> >> >> > The goals here are twofold:
> >> >> >
> >> >> > 1. convenience: not having to read/write "N", or do an extra
> edit/recompile cycle if you forgot it
> >> >> >
> >&g...
2020 Nov 17
0
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...s://llvm.org/docs/ProgrammersManual.html#llvm-adt-smallvector-h). The recommendation in the patch is to use this when the SmallVector is on the heap.
>> >> >
>> >> > A lot of this is boiled out from the discussion in https://groups.google.com/g/llvm-dev/c/q1OyHZy8KVc/m/1l_AasOLBAAJ?pli=1
>> >> >
>> >> > The goals here are twofold:
>> >> >
>> >> > 1. convenience: not having to read/write "N", or do an extra edit/recompile cycle if you forgot it
>> >> >
>> >> > 2. avoiding pathol...
2020 Nov 17
1
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...>>> The recommendation in the patch is to use this when the SmallVector is on
>>> the heap.
>>> >> >> >
>>> >> >> > A lot of this is boiled out from the discussion in
>>> https://groups.google.com/g/llvm-dev/c/q1OyHZy8KVc/m/1l_AasOLBAAJ?pli=1
>>> >> >> >
>>> >> >> > The goals here are twofold:
>>> >> >> >
>>> >> >> > 1. convenience: not having to read/write "N", or do an extra
>>> edit/recompile cycle if you forgot it...
2020 Nov 17
0
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...-adt-smallvector-h).
>> The recommendation in the patch is to use this when the SmallVector is on
>> the heap.
>> >> >> >
>> >> >> > A lot of this is boiled out from the discussion in
>> https://groups.google.com/g/llvm-dev/c/q1OyHZy8KVc/m/1l_AasOLBAAJ?pli=1
>> >> >> >
>> >> >> > The goals here are twofold:
>> >> >> >
>> >> >> > 1. convenience: not having to read/write "N", or do an extra
>> edit/recompile cycle if you forgot it
>> >> &...