diff options
author | Don Hinton <hintonda@gmail.com> | 2019-05-18 20:46:35 +0000 |
---|---|---|
committer | Don Hinton <hintonda@gmail.com> | 2019-05-18 20:46:35 +0000 |
commit | 4b105f53082bba3a34d4b4585cdd4da13fc0be81 (patch) | |
tree | 4bad82826f70f3a4eebb0a87619c646c26c26a84 /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 1a5d623ded8e0845d42c9ea272425a11391bf412 (diff) | |
download | llvm-4b105f53082bba3a34d4b4585cdd4da13fc0be81.zip llvm-4b105f53082bba3a34d4b4585cdd4da13fc0be81.tar.gz llvm-4b105f53082bba3a34d4b4585cdd4da13fc0be81.tar.bz2 |
[CommandLine] Reduce size of Option class
Summary:
Reduce size of Option class from 184 bytes to 136 bytes by
placing more member variables in Bit Field (16 bytes), and
reducing the initial sizes of Categories and Subs to 1 (32 bytes).
Saves about 48k for bin/opt.
Reviewed By: beanz
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D62091
llvm-svn: 361107
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions