search for: q1oyhzy8kvc

Displaying 9 results from an estimated 9 matches for "q1oyhzy8kvc".

2020 Nov 13
6
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...f SmallVector 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 s...
2020 Nov 16
2
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...e 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-arbitra...
2020 Nov 16
0
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...ctor 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'...
2020 Nov 16
0
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...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 usuall...
2020 Nov 16
2
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...t; 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 pathologic...
2020 Nov 17
2
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...g/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 > >> >> &...
2020 Nov 17
0
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...ents (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....
2020 Nov 17
1
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...mallvector-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 i...
2020 Nov 17
0
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...nual.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 >...