diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-07-01 03:54:54 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-07-01 03:54:54 +0000 |
commit | 10b9a1bb422639cf47d4aaf13a38b74e68101bef (patch) | |
tree | 756482b2b79c1bc463b3c08922fdf35058f984ba /lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py | |
parent | 908b9e26a6644eb108390887914553a175b8d709 (diff) | |
download | bcm5719-llvm-10b9a1bb422639cf47d4aaf13a38b74e68101bef.tar.gz bcm5719-llvm-10b9a1bb422639cf47d4aaf13a38b74e68101bef.zip |
Flatten the tuple_element and __make_tuple_types implementations.
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py')
0 files changed, 0 insertions, 0 deletions