summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/python-extensions.swig
diff options
context:
space:
mode:
authorStepan Dyatkovskiy <stpworld@narod.ru>2012-04-25 17:09:38 +0000
committerStepan Dyatkovskiy <stpworld@narod.ru>2012-04-25 17:09:38 +0000
commit7ce39cdb9fdcc0c293c0143b803c3767ee6699ec (patch)
tree018d69fd87740a9342ce772c406fb17a89ddba33 /lldb/scripts/Python/python-extensions.swig
parenteb36cadb68180bbe9181c0576ac3a75f49d0d6a0 (diff)
downloadbcm5719-llvm-7ce39cdb9fdcc0c293c0143b803c3767ee6699ec.tar.gz
bcm5719-llvm-7ce39cdb9fdcc0c293c0143b803c3767ee6699ec.zip
First implementation of:
- FlatArrayMap. Very simple map container that uses flat array inside. - MultiImplMap. Map container interface, that has two modes, one for small amount of elements and one for big amount. - SmallMap. SmallMap is DenseMap compatible MultiImplMap. It uses FlatArrayMap for small mode, and DenseMap for big mode. Also added unittests for new classes and update for ProgrammersManual. For more details about new classes see ProgrammersManual and comments in sourcecode. llvm-svn: 155557
Diffstat (limited to 'lldb/scripts/Python/python-extensions.swig')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud