summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorAmir Ayupov <aaupov@fb.com>2022-01-14 12:57:37 -0800
committerAmir Ayupov <aaupov@fb.com>2022-01-14 15:47:15 -0800
commit29fe14c78d044ef8f5ed5ae36a353b464ab787ec (patch)
treed25aacad577e1ff90e65abb4db7a6fa86cb0529b /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parentc34adaa3ca3a80242cd5613f1ea814b66ba6076d (diff)
[BOLT][NFC] Remove redundant dependent template type
Summary: Reduce code size by removing redundant dependent template type from RewriteInstance methods. Code size savings (via bloaty on llvm-bolt Debug build): ``` symbol,vmsize,filesize -> vmsize,filesize (delta vmsize,filesize) updateELFSymbolTable 57096,59600 -> 56656,59048 (440,552) updateELFSymbolTable::lambda 35957,55277 -> 35949,54485 (8,792) getOutputSections 20592,21440 -> 20372,21156 (220,284) getOutputSections::lambda 1792,5300 -> 1792,5372 (0,-72) total delta (668,1556) ``` Reviewed By: maksfb FBD33589393
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions