mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-27 23:38:59 -04:00
![]() This patch attempts to improve the QoI of std::tuples tuple_element and __make_tuple_types helpers. Previously they required O(N) instantiations, one for every element in the tuple The new implementations are O(1) after __tuple_indices<Id...> is created. llvm-svn: 274330 |
||
---|---|---|
.. | ||
tuple.assign | ||
tuple.cnstr | ||
tuple.creation | ||
tuple.elem | ||
tuple.helper | ||
tuple.rel | ||
tuple.special | ||
tuple.swap | ||
tuple.traits | ||
alloc_first.h | ||
alloc_last.h | ||
empty_member.pass.cpp | ||
TupleFunction.pass.cpp |